Sha256: c09e3e971bc1166097ccce605ac9a3369ca1c0b646b6dc9bdf23e2d0c499ce21

Contents?: true

Size: 384 Bytes

Versions: 2

Compression:

Stored size: 384 Bytes

Contents

require "rubygems"
require "bundler/setup"
require "rspec"

require "murdoc"

RSpec.configure do |config|
  config.expect_with(:rspec) {|expectations| expectations.syntax = [:should, :expect] }
  config.mock_with(:rspec) {|mocks| mocks.syntax = :should }
  config.raise_errors_for_deprecations!

  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
murdoc-0.2.1 spec/spec_helper.rb
murdoc-0.2.0 spec/spec_helper.rb