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

describe Twitcr do
  # TODO: Write tests

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