pact-support 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +0,0 @@
1
- require 'pact/matchers/no_diff_indicator'
2
-
3
- module Pact
4
- module Matchers
5
- describe NoDiffIndicator do
6
-
7
- describe "#to_json" do
8
- it "returns a json string" do
9
- expect(NoDiffIndicator.new.to_json).to eq '"no difference here!"'
10
- end
11
- end
12
-
13
- end
14
- end
15
- end