We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811e3c1 commit 96e2604Copy full SHA for 96e2604
spec/features/write_pact_file_spec.rb
@@ -69,6 +69,9 @@
69
expect(pact_json['interactions']).to_not include(
70
include("description" => "a request for alligators")
71
)
72
+ expect(pact_json['interactions']).to_not include(
73
+ include("metadata" => nil)
74
+ )
75
end
76
77
@@ -79,6 +82,9 @@
79
82
expect(pact_json['interactions']).to include(
80
83
81
84
85
86
87
88
89
90
@@ -120,6 +126,9 @@
120
126
121
127
include("description" => "a request for zebras")
122
128
129
130
131
123
132
124
133
125
134
0 commit comments