diff options
| author | Luc Donnet | 2012-01-06 17:48:53 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-01-06 17:48:53 +0100 |
| commit | f15300dd765252003da9f112775b9caed065c921 (patch) | |
| tree | 4501bef526ed159a0aeceb8c33709f4bb2c703ec /test/functional/lines_controller_test.rb | |
| download | chouette-core-f15300dd765252003da9f112775b9caed065c921.tar.bz2 | |
Initialize chouette2
Diffstat (limited to 'test/functional/lines_controller_test.rb')
| -rw-r--r-- | test/functional/lines_controller_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
