From f15300dd765252003da9f112775b9caed065c921 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Fri, 6 Jan 2012 17:48:53 +0100 Subject: Initialize chouette2 --- test/functional/lines_controller_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/functional/lines_controller_test.rb (limited to 'test/functional/lines_controller_test.rb') 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 -- cgit v1.2.3