Skip to content

Commit

Permalink
Stop using Fake Redis gem
Browse files Browse the repository at this point in the history
We have Redis locally and in CI so we don't need to fake it.
  • Loading branch information
mec committed Nov 22, 2024
1 parent c0f6f91 commit ec3c2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
abort("The Rails environment is running in production mode!") if Rails.env.production?
require "rspec/rails"
# Add additional requires below this line. Rails is not loaded until this point!
require "fakeredis/rspec"

# testing strip_attributes
require "strip_attributes/matchers"
Expand Down

0 comments on commit ec3c2ed

Please sign in to comment.