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
jenkins-maestrodev-0.6.9 features/support/matchers.rb
engineyard-migrate-1.1.0 features/support/matchers.rb
engineyard-recipes-0.5.0 features/support/matchers.rb
engineyard-recipes-0.4.0 features/support/matchers.rb
engineyard-recipes-0.3.2 features/support/matchers.rb
engineyard-recipes-0.3.2.pre features/support/matchers.rb
engineyard-recipes-0.3.0 features/support/matchers.rb
jenkins-0.6.8 features/support/matchers.rb
jenkins-0.6.6 features/support/matchers.rb
engineyard-recipes-0.2.0 features/support/matchers.rb
engineyard-recipes-0.2.0.pre3 features/support/matchers.rb
engineyard-recipes-0.2.0.pre2 features/support/matchers.rb
engineyard-recipes-0.2.0.pre1 features/support/matchers.rb
engineyard-recipes-0.1.3 features/support/matchers.rb
engineyard-recipes-0.1.2 features/support/matchers.rb
engineyard-recipes-0.1.1 features/support/matchers.rb
engineyard-recipes-0.1.0 features/support/matchers.rb
engineyard-recipes-0.0.3 features/support/matchers.rb
engineyard-recipes-0.0.2 features/support/matchers.rb
engineyard-recipes-0.0.1 features/support/matchers.rb