EntityCoolSystem/spec/entity_cool_system_spec.cr

10 lines
129 B
Crystal

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