Sha256: efabf6abf37b09bb323dae04c7ebaa5974f7d2e818f3f5c2059d976325d9ac08
Contents?: true
Size: 410 Bytes
Versions: 4
Compression:
Stored size: 410 Bytes
Contents
require "simplecov" SimpleCov.start require "nordea" require "webmock/rspec" # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| # Remove this line if you don't want RSpec's should and should_not # methods or matchers require 'rspec/expectations' config.include RSpec::Matchers # == Mock Framework config.mock_with :rspec end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nordea-2.0.1 | spec/spec_helper.rb |
nordea-2.0.0 | spec/spec_helper.rb |
nordea-1.1.0 | spec/spec_helper.rb |
nordea-1.0.0 | spec/spec_helper.rb |