lex/spec/lex_spec.cr

10 lines
116 B
Crystal
Raw Permalink Normal View History

2018-07-22 16:14:38 -07:00
require "./spec_helper"
describe Lex do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end