Files
indrajith-dev-crystal/spec/indrajith-dev-crystal_spec.cr
2024-06-20 23:51:27 +05:30

10 lines
136 B
Crystal

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