Remove fixture_path from rspec configuration in spec_helper

This commit is contained in:
Thibault Jouan 2011-09-06 13:43:18 +00:00
parent 4a11073106
commit 547efbe7e1

View File

@ -9,7 +9,6 @@ Spork.prefork do
RSpec.configure do |config|
config.mock_with :rspec
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.use_transactional_fixtures = true
end
end