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

fixtures :all is already included in test_helper.rb

This commit is contained in:
Santiago Pastorino 2011-06-22 16:19:06 -03:00
parent 7f6eed0447
commit 22e86c10d8

View file

@ -1,8 +1,6 @@
require 'test_helper'
class <%= class_name %>Test < ActionDispatch::IntegrationTest
fixtures :all
# test "the truth" do
# assert true
# end