mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
8 lines
118 B
Ruby
8 lines
118 B
Ruby
require "test_helper"
|
|
|
|
class GameTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|