From 933199499f9adfa0347783c538a10b88ffb1b98b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Apr 2014 20:56:43 -0400 Subject: run ./generate.sh --- test/controllers/static_controller_test.rb | 7 ------- test/helpers/static_helper_test.rb | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 test/controllers/static_controller_test.rb delete mode 100644 test/helpers/static_helper_test.rb (limited to 'test') diff --git a/test/controllers/static_controller_test.rb b/test/controllers/static_controller_test.rb deleted file mode 100644 index e62ae2a..0000000 --- a/test/controllers/static_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class StaticControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/helpers/static_helper_test.rb b/test/helpers/static_helper_test.rb deleted file mode 100644 index 3b96f2b..0000000 --- a/test/helpers/static_helper_test.rb +++ /dev/null @@ -1,4 +0,0 @@ -require 'test_helper' - -class StaticHelperTest < ActionView::TestCase -end -- cgit v1.2.3