mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
make help text slightly nicer
This commit is contained in:
parent
a31a0cf28a
commit
c6703f08a1
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ if orm && strategy
|
|||
DatabaseCleaner.strategy = strategy.to_sym
|
||||
|
||||
else
|
||||
raise "Run 'ORM=activerecord|datamapper|mongomapper|couchpotato STRATEGY=transaction|truncation cucumber examples/features'"
|
||||
raise "Run 'ORM=activerecord|datamapper|mongomapper|couchpotato [ANOTHER_ORM=activerecord|datamapper|mongomapper|couchpotato] STRATEGY=transaction|truncation cucumber examples/features'"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue