Skip to content

Commit 574c865

Browse files
author
Mattia Roccoberton
committed
test: correct fixtures test warning
1 parent 788cfe1 commit 574c865

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ AllCops:
1212
- gemfiles/*
1313
- spec/dummy??/**/*
1414
- vendor/**/*
15+
SuggestExtensions: false
1516
TargetRubyVersion: 2.7
1617

1718
Lint/MissingSuper:

spec/rails_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
RSpec.configure do |config|
5454
config.filter_rails_from_backtrace!
55-
config.fixture_path = "#{Rails.root}/spec/fixtures"
5655
config.infer_spec_type_from_file_location!
5756
config.use_transactional_fixtures = true
5857

0 commit comments

Comments
 (0)