Sha256: 57f7c7e45b798291255925aff4a4c0ae815d6a51ff4a91c915b6de1884995616
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
require 'google_apps' require 'webmock/rspec' require 'yaml' # 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-0.9 | spec/spec_helper.rb |