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, 14 insertions, 0 deletions
diff --git a/test/functional/.gitkeep b/test/functional/.gitkeep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/test/functional/.gitkeep diff --git a/test/functional/lines_controller_test.rb b/test/functional/lines_controller_test.rb new file mode 100644 index 000000000..7e8bfcd51 --- /dev/null +++ b/test/functional/lines_controller_test.rb @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000..fb5085692 --- /dev/null +++ b/test/functional/welcome_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class WelcomeControllerTest < ActionController::TestCase + # test "the truth" do + # assert true + # end +end |
