Sha256: 15749b8391f3e0c6c253fb879a7975d9fe7b9291dcbbfdd76546197b7319466b

Contents?: true

Size: 144 Bytes

Versions: 5

Compression:

Stored size: 144 Bytes

Contents

require 'gatling'

RSpec::Matchers.define:look_like do |expected|
  match do |actual|
    compare = Gatling.matches?(expected, actual)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gatling-1.1.3 lib/gatling/matchers/look_like_matcher.rb
gatling-1.1.2 lib/gatling/matchers/look_like_matcher.rb
gatling-1.1.1 lib/gatling/matchers/look_like_matcher.rb
gatling-1.1.0 lib/gatling/matchers/look_like_matcher.rb
gatling-1.0.9 lib/gatling/matchers/look_like_matcher.rb