1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #20767 from y-yagi/remove_unnecessary_fixture_method

remove unnecessary loading fixtures from `navigation_test.rb`
This commit is contained in:
Yves Senn 2015-07-06 09:20:23 +02:00
commit 74c7246238

View file

@ -1,10 +1,6 @@
require 'test_helper'
class NavigationTest < ActionDispatch::IntegrationTest
<% unless options[:skip_active_record] -%>
fixtures :all
<% end -%>
# test "the truth" do
# assert true
# end