mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Remove ActiveSupport test order deprecation warning
This commit is contained in:
parent
1ed93cacd8
commit
ee69d41fc1
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ Webrat.configure do |config|
|
|||
config.open_error_files = false
|
||||
end
|
||||
|
||||
if ActiveSupport.respond_to?(:test_order)
|
||||
ActiveSupport.test_order = :random
|
||||
end
|
||||
|
||||
OmniAuth.config.logger = Logger.new('/dev/null')
|
||||
|
||||
# Add support to load paths so we can overwrite broken webrat setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue