From 7bffddb3f750f2313909063dbca592433bd2e7ab Mon Sep 17 00:00:00 2001 From: Zac Nowicki Date: Sat, 10 Jun 2017 19:05:16 -0400 Subject: initial commit --- spec/twitch_spec.cr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/twitch_spec.cr (limited to 'spec/twitch_spec.cr') diff --git a/spec/twitch_spec.cr b/spec/twitch_spec.cr new file mode 100644 index 0000000..abf0780 --- /dev/null +++ b/spec/twitch_spec.cr @@ -0,0 +1,9 @@ +require "./spec_helper" + +describe Twitch do + # TODO: Write tests + + it "works" do + false.should eq(true) + end +end -- cgit v1.2.3