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.5.0.beta4 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.0.beta3 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.0.beta2 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.0.beta1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.4.2 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.5.0.alpha1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.4.1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.4.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.4.0.pre1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.3.0 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.3.0.pre1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.2.3 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.2.3.pre2 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.2.3.pre1 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.2.2 spec/support/matchers/meet_expectations_matcher.rb
thegarage-gitx-2.2.1 spec/support/matchers/meet_expectations_matcher.rb