1
0
Fork 0
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:
Lucas Mazza 2014-09-29 17:42:08 -03:00
parent 1ed93cacd8
commit ee69d41fc1

View file

@ -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