More OAuth setup.

This commit is contained in:
José Valim
2010-07-13 10:09:55 +02:00
parent 6c5be8dfd5
commit bd8294aecf
17 changed files with 207 additions and 57 deletions

View File

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