mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixtures :all is already included in test_helper.rb
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
require 'test_helper'
|
||||
|
||||
class <%= class_name %>Test < ActionDispatch::IntegrationTest
|
||||
fixtures :all
|
||||
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user