aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorLuc Donnet2012-01-06 17:48:53 +0100
committerLuc Donnet2012-01-06 17:48:53 +0100
commitf15300dd765252003da9f112775b9caed065c921 (patch)
tree4501bef526ed159a0aeceb8c33709f4bb2c703ec /test/functional
downloadchouette-core-f15300dd765252003da9f112775b9caed065c921.tar.bz2
Initialize chouette2
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/.gitkeep0
-rw-r--r--test/functional/lines_controller_test.rb7
-rw-r--r--test/functional/welcome_controller_test.rb7
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