mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
add sequel to list of supported orms in error string
This commit is contained in:
parent
2c08a1cb29
commit
f1cddeaeab
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module DatabaseCleaner
|
|||
elsif defined? ::Sequel
|
||||
:sequel
|
||||
else
|
||||
raise NoORMDetected, "No known ORM was detected! Is ActiveRecord, DataMapper, MongoMapper, Mongoid, or CouchPotato loaded?"
|
||||
raise NoORMDetected, "No known ORM was detected! Is ActiveRecord, DataMapper, Sequel, MongoMapper, Mongoid, or CouchPotato loaded?"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue