Skip to content

Commit

Permalink
Merge pull request #7081 from openfoodfoundation/dependabot/bundler/d…
Browse files Browse the repository at this point in the history
…atabase_cleaner-2.0.1

Bump database_cleaner from 1.99.0 to 2.0.1
  • Loading branch information
Matt-Yorkley authored Jun 1, 2021
2 parents b1bfac5 + 30e2be1 commit 0d30e33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ GEM
addressable
daemons (1.4.0)
dalli (2.7.11)
database_cleaner (1.99.0)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
ddtrace (0.49.0)
ffi (~> 1.0)
msgpack
Expand Down
5 changes: 5 additions & 0 deletions spec/lib/open_food_network/i18n_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

module OpenFoodNetwork
describe I18nConfig do
before do
# Allow non-stubbed calls to ENV to proceed
allow(ENV).to receive(:[]).and_call_original
end

context "in default test configuration" do
before do
allow(ENV).to receive(:[]).with("LOCALE").and_return("en")
Expand Down

0 comments on commit 0d30e33

Please sign in to comment.