Skip to content

Commit

Permalink
Disable ActiveRecord fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 10, 2024
1 parent 034144e commit fe4db76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{Rails.root.join('spec/fixtures')}"

# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, remove the following line or assign false
# instead of true.
Expand Down

0 comments on commit fe4db76

Please sign in to comment.