diff options
author | Zac Nowicki <zachnowicki@gmail.com> | 2017-06-11 03:43:47 -0400 |
---|---|---|
committer | Zac Nowicki <zachnowicki@gmail.com> | 2017-06-11 03:43:47 -0400 |
commit | 58290a0f497eef1e9446912f1af250515d0d2698 (patch) | |
tree | 80620982b22386c43a912d6e699c8bf4b7d0f3f4 | |
parent | 5bcc6bd4d5ccfeab38b7dfae8fdbe9e18018cb50 (diff) | |
download | twitch-58290a0f497eef1e9446912f1af250515d0d2698.tar.gz twitch-58290a0f497eef1e9446912f1af250515d0d2698.zip |
remove failing spec
-rw-r--r-- | spec/twitch_spec.cr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/twitch_spec.cr b/spec/twitch_spec.cr index abf0780..5db5bc8 100644 --- a/spec/twitch_spec.cr +++ b/spec/twitch_spec.cr @@ -2,8 +2,4 @@ require "./spec_helper" describe Twitch do # TODO: Write tests - - it "works" do - false.should eq(true) - end end |