diff options
author | Azul <azul@riseup.net> | 2016-05-20 11:47:38 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-20 16:35:55 +0200 |
commit | f20ecdfb249128ba79da069407dce32f6f7e2fca (patch) | |
tree | c38f373f27d972e554dae16c77ccd0d6a9fdc833 /test/integration | |
parent | e542a3056c27fd662ef767b6720861035f6dbb1c (diff) |
include engine tests in default test
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/navigation_test.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/integration/navigation_test.rb b/test/integration/navigation_test.rb deleted file mode 100644 index eec8c0e..0000000 --- a/test/integration/navigation_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class NavigationTest < ActionDispatch::IntegrationTest - - # test "the truth" do - # assert true - # end -end - |