mirror of
https://github.com/SleepingInsomniac/asteroids
synced 2024-12-26 21:59:30 +01:00
10 lines
122 B
Crystal
10 lines
122 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Asteroids do
|
||
|
# TODO: Write tests
|
||
|
|
||
|
it "works" do
|
||
|
false.should eq(true)
|
||
|
end
|
||
|
end
|