Sha256: 07f690eab4814614537aa309bc01c1240051f7f114aed4a2969f7b597dc17daa
Contents?: true
Size: 295 Bytes
Versions: 62
Compression:
Stored size: 295 Bytes
Contents
require 'pact/matchers/no_diff_at_index' module Pact module Matchers describe NoDiffAtIndex do describe "#to_json" do it "returns a json string" do expect(NoDiffAtIndex.new.to_json).to eq '"<no difference at this index>"' end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems