Sha256: 42fbe98452ab6fdc4795cdba903d9d8eff898136cb1e3261e155c9672ad1a485

Contents?: true

Size: 306 Bytes

Versions: 3

Compression:

Stored size: 306 Bytes

Contents

require 'simplecov'
SimpleCov.start
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

3 entries across 3 versions & 1 rubygems

Version Path
storageroom-to-contentful-0.0.3 spec/spec_helper.rb
storageroom-to-contentful-0.0.2 spec/spec_helper.rb
storageroom-to-contentful-0.0.1 spec/spec_helper.rb