mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
10 lines
120 B
Crystal
10 lines
120 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Trolley do
|
||
|
# TODO: Write tests
|
||
|
|
||
|
it "works" do
|
||
|
false.should eq(true)
|
||
|
end
|
||
|
end
|