mirror of
https://github.com/russolsen/crforth
synced 2025-01-12 20:01:18 +01:00
9 lines
120 B
Crystal
9 lines
120 B
Crystal
require "./spec_helper"
|
|
|
|
describe Crforth do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|