From c0f10e15d8d2ec3be620dff62315a44bd065f201 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 1 Oct 2012 14:59:29 -0700 Subject: Moving start to help engine to live within leap_web repo rather than independent engine repo. --- help/test/integration/navigation_test.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 help/test/integration/navigation_test.rb (limited to 'help/test/integration') diff --git a/help/test/integration/navigation_test.rb b/help/test/integration/navigation_test.rb new file mode 100644 index 0000000..eec8c0e --- /dev/null +++ b/help/test/integration/navigation_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class NavigationTest < ActionDispatch::IntegrationTest + + # test "the truth" do + # assert true + # end +end + -- cgit v1.2.3