diff options
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/navigation_test.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/navigation_test.rb b/test/integration/navigation_test.rb new file mode 100644 index 0000000..f5d1ec2 --- /dev/null +++ b/test/integration/navigation_test.rb | |||
@@ -0,0 +1,8 @@ | |||
1 | require 'test_helper' | ||
2 | |||
3 | class NavigationTest < ActionDispatch::IntegrationTest | ||
4 | # test "the truth" do | ||
5 | # assert true | ||
6 | # end | ||
7 | end | ||
8 | |||