Skip to content

Commit fb33e92

Browse files
committed
Fix warnings when running test suites
1 parent 8884c77 commit fb33e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rails_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
RSpec.configure do |config|
3030
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
31-
config.fixture_path = "#{::Rails.root}/spec/fixtures"
31+
config.fixture_paths = ["#{::Rails.root}/spec/fixtures"]
3232

3333
# If you're not using ActiveRecord, or you'd prefer not to run each of your
3434
# examples within a transaction, remove the following line or assign false

0 commit comments

Comments
 (0)