mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
More OAuth setup.
This commit is contained in:
@@ -16,6 +16,8 @@ Webrat.configure do |config|
|
||||
config.open_error_files = false
|
||||
end
|
||||
|
||||
Faraday.default_adapter = :test
|
||||
|
||||
# Add support to load paths so we can overwrite broken webrat setup
|
||||
$:.unshift File.expand_path('../support', __FILE__)
|
||||
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
||||
Reference in New Issue
Block a user