1
0
Fork 0

Fix spec config

This commit is contained in:
Alex Kotov 2018-12-06 04:34:07 +05:00
parent 90b80b754d
commit a4eac65433
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ rescue ActiveRecord::PendingMigrationError => e
end
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.fixture_path = Rails.root.join('fixtures').to_s
# 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