Fix deprecation warning
This commit is contained in:
parent
179a82d2dd
commit
28cfe4b1e7
@ -39,7 +39,7 @@ rescue ActiveRecord::PendingMigrationError => e
|
|||||||
end
|
end
|
||||||
RSpec.configure do |config|
|
RSpec.configure do |config|
|
||||||
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
||||||
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
config.fixture_paths = ["#{::Rails.root}/spec/fixtures"]
|
||||||
|
|
||||||
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
||||||
# examples within a transaction, remove the following line or assign false
|
# examples within a transaction, remove the following line or assign false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user