Sha256: b547fffd93b22b52b92239efab279afd5d98f4236159a516514026516a5f4441
Contents?: true
Size: 424 Bytes
Versions: 1
Compression:
Stored size: 424 Bytes
Contents
require 'google_apps_oauth2' require 'webmock/rspec' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.expand_path(File.dirname(__FILE__) + '/support/**/*.rb')].each { |f| require f } #WebMock.allow_net_connect! WebMock.disable_net_connect! RSpec.configure do |config| #config.include FactoryGirl::Syntax::Methods #config.order = "random" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google_apps_oauth2-0.1 | spec/spec_helper.rb |