Sha256: c20e1ec4eca6db2007e52440ca31ec3cbae547c373669b7319054ae664d07c19

Contents?: true

Size: 329 Bytes

Versions: 6

Compression:

Stored size: 329 Bytes

Contents

if RUBY_VERSION >= '1.9.3'
  require 'simplecov'
  SimpleCov.start do
    add_filter 'spec'
  end
end

SPEC_DATA_DIR = File.join(File.dirname(__FILE__), 'data')

# required to execute rcov rake task.
require 'rspec/core'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = [:should, :expect]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smallcage-0.3.2 spec/spec_helper.rb
smallcage-0.3.1 spec/spec_helper.rb
smallcage-0.3.0 spec/spec_helper.rb
smallcage-0.2.9 spec/spec_helper.rb
smallcage-0.2.8 spec/spec_helper.rb
smallcage-0.2.7 spec/spec_helper.rb