crforth/spec/crforth_spec.cr
2015-08-20 12:10:32 -04:00

9 lines
120 B
Crystal

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