summaryrefslogtreecommitdiff
path: root/spec/twitch_spec.cr
blob: abf07804d3ef29a46e420b49c290e75c1fe4c306 (plain)
1
2
3
4
5
6
7
8
9
require "./spec_helper"

describe Twitch do
  # TODO: Write tests

  it "works" do
    false.should eq(true)
  end
end