summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 20:56:43 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 20:56:43 -0400
commit933199499f9adfa0347783c538a10b88ffb1b98b (patch)
treea0556abfa72742bdd19492cc68ee24c82113a03a /test
parent9b9f6ca15bd5523ce1cdcba363c5c88c777e561e (diff)
run ./generate.sh
Diffstat (limited to 'test')
-rw-r--r--test/controllers/static_controller_test.rb7
-rw-r--r--test/helpers/static_helper_test.rb4
2 files changed, 0 insertions, 11 deletions
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