diff options
Diffstat (limited to 'test/functional')
| -rw-r--r-- | test/functional/.gitkeep | 0 | ||||
| -rw-r--r-- | test/functional/lines_controller_test.rb | 7 | ||||
| -rw-r--r-- | test/functional/welcome_controller_test.rb | 7 |
3 files changed, 0 insertions, 14 deletions
diff --git a/test/functional/.gitkeep b/test/functional/.gitkeep deleted file mode 100644 index e69de29bb..000000000 --- a/test/functional/.gitkeep +++ /dev/null diff --git a/test/functional/lines_controller_test.rb b/test/functional/lines_controller_test.rb deleted file mode 100644 index 7e8bfcd51..000000000 --- a/test/functional/lines_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class LinesControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb deleted file mode 100644 index fb5085692..000000000 --- a/test/functional/welcome_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class WelcomeControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end |
