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

remove unnecessary loading fixtures from navigation_test.rb

it has been corrected in 0176aef1eb as for loading of fixtures in `test_helper.rb`,
loading fixtures for each test is unnecessary.
This commit is contained in:
yuuji.yaginuma 2015-07-03 08:03:18 +09:00
parent cc7ef0cf19
commit 4e4ad5f7f2

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