Skip to content

Commit

Permalink
update yml reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed Jun 12, 2024
1 parent 2072df9 commit 7d45aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/mongoid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
elsif Mongoid::Compatibility::Version.mongoid8?
Mongoid.load! 'spec/config/mongoid8.yml'
elsif Mongoid::Compatibility::Version.mongoid9?
Mongoid.load! 'spec/config/mongoid8.yml'
Mongoid.load! 'spec/config/mongoid9.yml'
else
fail "unsupported Mongoid version #{Mongoid::VERSION}"
end
Expand Down

0 comments on commit 7d45aa6

Please sign in to comment.