Sha256: 1e127be00617140e742ee46c5807a251ea173d2f4264ea6b6cf385886458f658

Contents?: true

Size: 188 Bytes

Versions: 77

Compression:

Stored size: 188 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

77 entries across 77 versions & 1 rubygems

Version Path
gitx-4.5.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-4.4.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-4.3.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-4.1.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-4.1.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-4.0.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-4.0.0.ci.234.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.2.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.2.0.ci.231.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.1.2 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.1.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.1.0.ci.216.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.1.0 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.2.ci.213.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.2.ci.207.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.2 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.1.ci.200.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.0.ci.188.1 spec/support/matchers/meet_expectations_matcher.rb
gitx-3.0.0 spec/support/matchers/meet_expectations_matcher.rb