crforth/spec/crforth_spec.cr

10 lines
120 B
Crystal
Raw Normal View History

2015-08-20 18:10:32 +02:00
require "./spec_helper"
describe Crforth do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end