Remove fixture_path from rspec configuration in spec_helper
This commit is contained in:
parent
4a11073106
commit
547efbe7e1
@ -9,7 +9,6 @@ Spork.prefork do
|
|||||||
|
|
||||||
RSpec.configure do |config|
|
RSpec.configure do |config|
|
||||||
config.mock_with :rspec
|
config.mock_with :rspec
|
||||||
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
|
||||||
config.use_transactional_fixtures = true
|
config.use_transactional_fixtures = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user