Skip to content

Commit

Permalink
add MongoMapper to NoORMDetected exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Jan 22, 2010
1 parent f2638f5 commit 6ef3085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database_cleaner/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def orm
elsif defined? ::MongoMapper
'mongo_mapper'
else
raise NoORMDetected, "No known ORM was detected! Is ActiveRecord or DataMapper loaded?"
raise NoORMDetected, "No known ORM was detected! Is ActiveRecord, DataMapper, or MongoMapper loaded?"
end
end
end
Expand Down

0 comments on commit 6ef3085

Please sign in to comment.