diff --git a/Gemfile.lock b/Gemfile.lock index d40cadd..0779004 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -328,6 +328,7 @@ PLATFORMS aarch64-linux-musl arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 18608f5..15c095d 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -39,6 +39,7 @@ RSpec.configure do |config| config.fixture_path = "#{::Rails.root}/spec/fixtures" # Run only focused tests + # TODO REVERT ME config.filter_run_when_matching :focus # If you're not using ActiveRecord, or you'd prefer not to run each of your