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