mirror of
https://github.com/SleepingInsomniac/asteroids
synced 2024-11-17 07:47:20 +01:00
9 lines
122 B
Crystal
9 lines
122 B
Crystal
require "./spec_helper"
|
|
|
|
describe Asteroids do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|