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-hudson-0.2.2 features/support/matchers.rb
hudson-0.3.0.beta.17 features/support/matchers.rb
engineyard-hudson-0.2.1 features/support/matchers.rb
hudson-0.3.0.beta.16 features/support/matchers.rb
hudson-0.3.0.beta.15 features/support/matchers.rb
hudson-0.3.0.beta.14 features/support/matchers.rb
engineyard-hudson-0.2.0 features/support/matchers.rb
engineyard-hudson-0.1.0 features/support/matchers.rb
hudson-0.3.0.beta.13 features/support/matchers.rb
hudson-0.3.0.beta.12 features/support/matchers.rb
hudson-0.3.0.beta.11 features/support/matchers.rb
hudson-0.3.0.beta.10 features/support/matchers.rb
hudson-0.3.0.beta.9 features/support/matchers.rb
hudson-0.3.0.beta.8 features/support/matchers.rb
hudson-0.3.0.beta.7 features/support/matchers.rb
hudson-0.3.0.beta.6 features/support/matchers.rb
hudson-0.3.0.beta.5 features/support/matchers.rb
hudson-0.3.0.beta.4 features/support/matchers.rb
hudson-0.3.0.beta.3 features/support/matchers.rb
hudson-0.3.0.beta.2 features/support/matchers.rb