Sha256: da8d26c26fd31ba7d0b4f48733a3ad06df1ce35ab0481702a32d75cfa032a356

Contents?: true

Size: 389 Bytes

Versions: 20

Compression:

Stored size: 389 Bytes

Contents

require 'rubygems'
require 'rspec'
require 'timecop'
require 'fakefs/spec_helpers'

require 'maid'

RSpec.configure do |config|
  config.mock_with(:rspec)
  config.include(FakeFS::SpecHelpers, :fakefs => true)
end

RSpec::Matchers.define :have_deprecated_method do |expected|
  match do |actual|
    expect(actual).to receive(:__deprecated_run_action__).with(expected, anything)
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
maid-0.8.0.alpha.4 spec/spec_helper.rb
maid-0.8.0.alpha.3 spec/spec_helper.rb
maid-0.8.0.alpha.2 spec/spec_helper.rb
maid-0.8.0.alpha.1 spec/spec_helper.rb
maid-0.7.0 spec/spec_helper.rb
maid-0.7.0.beta.1 spec/spec_helper.rb
maid-0.7.0.alpha.4 spec/spec_helper.rb
maid-0.7.0.alpha.2 spec/spec_helper.rb
maid-0.7.0.alpha.1 spec/spec_helper.rb
maid-0.6.1 spec/spec_helper.rb
maid-0.6.1.alpha.1 spec/spec_helper.rb
maid-0.6.0 spec/spec_helper.rb
maid-0.6.0.beta.2 spec/spec_helper.rb
maid-0.6.0.beta.1 spec/spec_helper.rb
maid-0.6.0.alpha.6 spec/spec_helper.rb
maid-0.6.0.alpha.5 spec/spec_helper.rb
maid-0.6.0.alpha.4 spec/spec_helper.rb
maid-0.6.0.alpha.3 spec/spec_helper.rb
maid-0.6.0.alpha.2 spec/spec_helper.rb
maid-0.6.0.alpha.1 spec/spec_helper.rb