Nicoletta-Crystal/spec/nicoletta_spec.cr

10 lines
122 B
Crystal
Raw Normal View History

2023-05-31 23:18:05 +00:00
require "./spec_helper"
describe Nicoletta do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end