mirror of
https://github.com/cyberarm/cyberarm_engine.cr.git
synced 2025-12-15 08:42:35 +00:00
10 lines
127 B
Crystal
10 lines
127 B
Crystal
require "./spec_helper"
|
|
|
|
describe CyberarmEngine do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|