From 3a7b14f4a51c0fdb8b71720f361a0a8ccf080325 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Feb 2014 16:59:04 -0500 Subject: add game types --- test/helpers/games_helper_test.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/helpers/games_helper_test.rb (limited to 'test/helpers/games_helper_test.rb') diff --git a/test/helpers/games_helper_test.rb b/test/helpers/games_helper_test.rb new file mode 100644 index 0000000..449a85c --- /dev/null +++ b/test/helpers/games_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class GamesHelperTest < ActionView::TestCase +end -- cgit v1.2.3-54-g00ecf