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:
parent
7f6eed0447
commit
22e86c10d8
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class <%= class_name %>Test < ActionDispatch::IntegrationTest
|
class <%= class_name %>Test < ActionDispatch::IntegrationTest
|
||||||
fixtures :all
|
|
||||||
|
|
||||||
# test "the truth" do
|
# test "the truth" do
|
||||||
# assert true
|
# assert true
|
||||||
# end
|
# end
|
||||||
|
|
Loading…
Reference in a new issue