pushokku/spec/pushokku_spec.cr

10 lines
121 B
Crystal
Raw Normal View History

2020-03-01 23:21:33 +00:00
require "./spec_helper"
describe Pushokku do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end