We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8884c77 commit fb33e92Copy full SHA for fb33e92
spec/rails_helper.rb
@@ -28,7 +28,7 @@
28
29
RSpec.configure do |config|
30
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
31
- config.fixture_path = "#{::Rails.root}/spec/fixtures"
+ config.fixture_paths = ["#{::Rails.root}/spec/fixtures"]
32
33
# If you're not using ActiveRecord, or you'd prefer not to run each of your
34
# examples within a transaction, remove the following line or assign false
0 commit comments