Sha256: 068c7788b8ff326d7cf0a45ba7df2437a03694074cba8f2ed14678a3aca87cb2
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
require 'rspec' Dir[File.dirname(__FILE__) + '/support/**/*.rb'].each { |f| require f } RSpec.configure do |config| config.mock_with :rspec do |c| c.syntax = [:should, :expect] end config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storageroom-to-contentful-0.0.5 | spec/spec_helper.rb |
storageroom-to-contentful-0.0.4 | spec/spec_helper.rb |