From befb5afa0ffa88ebced3b9db8f69091f0dcaee3b Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Mon, 13 Feb 2012 11:22:42 +0100 Subject: Add referential model and gem apartment --- test/functional/.gitkeep | 0 test/functional/lines_controller_test.rb | 7 ------- test/functional/welcome_controller_test.rb | 7 ------- 3 files changed, 14 deletions(-) delete mode 100644 test/functional/.gitkeep delete mode 100644 test/functional/lines_controller_test.rb delete mode 100644 test/functional/welcome_controller_test.rb (limited to 'test/functional') diff --git a/test/functional/.gitkeep b/test/functional/.gitkeep deleted file mode 100644 index e69de29bb..000000000 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 -- cgit v1.2.3