|
@@ -32,7 +32,7 @@ RSpec.configure do |config|
|
|
config.mock_with :rspec
|
|
config.mock_with :rspec
|
|
|
|
|
|
# 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_path = config.file_fixture_path = "#{::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
|