Sha256: 5151897edb68322bfc198c3508b57dc0eac3def36c16bd1c8cceb436ba3f9968

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

require 'gatling'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gatling-1.0.6 lib/gatling/matchers/look_like_matcher.rb
gatling-1.0.5 lib/gatling/matchers/look_like_matcher.rb