You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ RSpec.describe "SomePactConsumerTestForAnyTransport", :pact do
105
105
Common DSL Methods:
106
106
107
107
-`new_interaction` - initializes a new interaction
108
-
-`given` - allows specifying a provider state with or without parameters, for more details see <https://docs.pact.io/getting_started/provider_states>
108
+
-`given` - allows specifying a provider state with or without parameters, for more details see [provider_states](https://docs.pact.io/getting_started/provider_states)
109
109
-`upon_receiving` - allows specifying the name of the interaction
110
110
111
111
Multiple interactions can be declared within a single rspec example, in order to call the mock server
@@ -528,20 +528,20 @@ bundle exec rake pact:spec
528
528
The following projects were designed for pact-ruby-v1 and have been migrated to pact-ruby. They can serve as an example of the work required.
0 commit comments