Skip to content

Commit

Permalink
Move fixtures in spec dir
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 6, 2024
1 parent 1cb36b1 commit ad15a64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/config_rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RSpec.configure do |config|
config.include WaitForAjax, type: :feature

config.fixture_path = Rails.root.join('fixtures')
config.fixture_path = Rails.root.join('spec', 'fixtures')
config.use_transactional_fixtures = false
config.infer_spec_type_from_file_location!

Expand Down
File renamed without changes.

0 comments on commit ad15a64

Please sign in to comment.