Sha256: 5821ee73ae94b4ff5901ef18306f375c6754c858219e49c954fdde00a2549d0d

Contents?: true

Size: 514 Bytes

Versions: 10

Compression:

Stored size: 514 Bytes

Contents

require 'simplecov'
SimpleCov.start 'test_frameworks'

require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

require 'rspec'

require 'webmock/rspec'
require 'fakefs/spec_helpers'

Dir[File.join(File.dirname(__FILE__), 'support', '*.rb')].each { |f| require f }

RSpec.configure do |config|
  config.include FakeFS::SpecHelpers

  # We need to explicitly disable webmock to report
  # coverage data to Code Climate
  config.after(:suite) { WebMock.disable! }
end

require 'g5_authentication_client'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
g5_authentication_client-0.5.4 spec/spec_helper.rb
g5_authentication_client-0.5.3 spec/spec_helper.rb
g5_authentication_client-0.5.2 spec/spec_helper.rb
g5_authentication_client-0.5.1 spec/spec_helper.rb
g5_authentication_client-0.5.0 spec/spec_helper.rb
g5_authentication_client-0.4.0 spec/spec_helper.rb
g5_authentication_client-0.3.0 spec/spec_helper.rb
g5_authentication_client-0.2.3 spec/spec_helper.rb
g5_authentication_client-0.2.1 spec/spec_helper.rb
g5_authentication_client-0.2.0 spec/spec_helper.rb