Sha256: 5bf7716b5f6984d5ba604700552ede1b4c73f2373027060e1ff1601068a0226b

Contents?: true

Size: 186 Bytes

Versions: 33

Compression:

Stored size: 186 Bytes

Contents

# empty matcher to allow for mock expectations to fire
RSpec::Matchers.define :meet_expectations do |expected|
  match do |actual|
    # do nothing
    expect(true).to be_true
  end
end

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
iphoto_backup-1.1.0 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.2.0 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.1.1 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.1.0 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.5 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.4 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.3 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.2 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.1 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.0 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.0.pre2 spec/support/meet_expectations_matcher.rb
thegarage-gitx-2.0.0.pre1 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.5.pre1 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.4 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.3 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.2 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.1 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.0 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.0.pre3 spec/support/meet_expectations_matcher.rb
thegarage-gitx-1.5.0.pre2 spec/support/meet_expectations_matcher.rb