Sha256: 6d9d5d0880ed44a5c9f7e3f68ee9a065f7fcca070f0995fc7b97d4ddbe0b91e8
Contents?: true
Size: 302 Bytes
Versions: 4
Compression:
Stored size: 302 Bytes
Contents
require 'coveralls' Coveralls.wear! require 'springboard-retail' require 'webmock/rspec' require 'shared_client_context' RSpec.configure do |c| c.filter_run :focus => true c.run_all_when_everything_filtered = true end class String def to_uri Springboard::Client::URI.parse(self) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
springboard-retail-5.0.0.beta1 | spec/spec_helper.rb |
springboard-retail-4.3.0 | spec/spec_helper.rb |
springboard-retail-4.2.1 | spec/spec_helper.rb |
springboard-retail-4.2.0 | spec/spec_helper.rb |