Sha256: 5656b4fcd19da3f75e0af12b8980dc646f01d52b6c5d070bf21b63568b3a347b

Contents?: true

Size: 186 Bytes

Versions: 36

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

36 entries across 36 versions & 2 rubygems

Version Path
thegarage-gitx-2.14.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-2.13.2 spec/support/matchers/meet_expectations_matcher.rb
gitx-2.13.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.13.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.13.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.12.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.11.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.10.2 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.10.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.10.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.9.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.8.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.8.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.7.2 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.7.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.7.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.6.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.0.beta5 spec/support/matchers/meet_expectations_matcher.rb