Sha256: 4eabb966e172c976796bb324e3141b5153b55fa9abfc860f9b68ca4b495f6c25
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
require 'webmock/rspec' require 'stash/client' # Disables the deprecation warning with RSpec 3.0 RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stash-client-0.1.0 | spec/spec_helper.rb |
stash-client-0.0.9 | spec/spec_helper.rb |
stash-client-0.0.8 | spec/spec_helper.rb |