Sha256: d783182ae4aa5ec86b0cc688b68c57488d4cb43951ffc64ede47e1d5c6a10428

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

require 'gatling'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gatling-1.0.8 lib/gatling/matchers/look_like_matcher.rb
gatling-1.0.7 lib/gatling/matchers/look_like_matcher.rb