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

10 lines
120 B
Crystal
Raw Normal View History

2022-01-26 13:49:01 +00:00
require "./spec_helper"
describe Trolley do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end