Skip to content

Commit

Permalink
Mongoid 5 removes Moped
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryclinesmith committed May 26, 2015
1 parent 70e5662 commit 2daf3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

RSpec.configure do |config|
Mongoid.logger = Mongoid::EncryptedFields.logger
Moped.logger = Mongoid::EncryptedFields.logger
Moped.logger = Mongoid::EncryptedFields.logger if defined? Moped

config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
Expand Down

0 comments on commit 2daf3ea

Please sign in to comment.