1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 11:17:45 +00:00
bobbylisp/trolley/spec/trolley_spec.cr

10 lines
120 B
Crystal

require "./spec_helper"
describe Trolley do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end