Sha256: 5b25f052596d9c03d8492682f7f63e53a7a145596cc3eb1f1bbb3b8bdca52a75

Contents?: true

Size: 107 Bytes

Versions: 8

Compression:

Stored size: 107 Bytes

Contents

RSpec::Matchers.define :has_label do |expected|
  match do |actual|
    actual.label == expected
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cf-5.0.0.rc1 spec/support/matchers.rb
cf-4.2.9.rc3 spec/support/matchers.rb
cf-4.2.10.rc2 spec/support/matchers.rb
cf-4.2.10.rc1 spec/support/matchers.rb
cf-4.2.9.rc2 spec/support/matchers.rb
cf-4.2.8 spec/support/matchers.rb
cf-4.2.8.rc2 spec/support/matchers.rb
cf-4.2.8.rc1 spec/support/matchers.rb