Sha256: 0d8e8f6c2cc672e784bfb03b88e3f505711a1c82eec236dfadb373d71cc8e64b

Contents?: true

Size: 156 Bytes

Versions: 61

Compression:

Stored size: 156 Bytes

Contents

module Matchers
  RSpec::Matchers.define :contain do |expected_text|
    match do |text|
      text.index expected_text
    end
  end
end

World(Matchers)

Version data entries

61 entries across 61 versions & 8 rubygems

Version Path
engineyard-jenkins-0.5.1 features/support/matchers.rb
jenkins-0.6.5 features/support/matchers.rb
akqa-jenkins-0.6.4.1 features/support/matchers.rb
engineyard-jenkins-0.5.0 features/support/matchers.rb
jenkins-0.6.4 features/support/matchers.rb
jenkins-0.6.3 features/support/matchers.rb
engineyard-jenkins-0.4.0 features/support/matchers.rb
jenkins-0.6.2 features/support/matchers.rb
engineyard-migrate-1.0.1 features/support/matchers.rb
engineyard-migrate-1.0.0 features/support/matchers.rb
engineyard-hudson-0.3.2 features/support/matchers.rb
jenkins-0.6.1 features/support/matchers.rb
jenkins-0.6.0 features/support/matchers.rb
engineyard-hudson-0.3.1 features/support/matchers.rb
hudson-0.5.0 features/support/matchers.rb
engineyard-hudson-0.3.0 features/support/matchers.rb
hudson-0.3.1 features/support/matchers.rb
hudson-0.3.0 features/support/matchers.rb
hudson-0.3.0.beta.19 features/support/matchers.rb
hudson-0.3.0.beta.18 features/support/matchers.rb