Skip to content

Commit

Permalink
test: add provider state
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 28, 2021
1 parent 811f938 commit b2bf144
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,10 @@
.create_verification(provider_version: "4.5.6", success: false)
end
end

provider_state "an environment exists" do
set_up do
TestDataBuilder.new.create_environment("test", contacts: [ { name: "foo", details: { emailAddress: "foo@bar.com" } }])
end
end
end

0 comments on commit b2bf144

Please sign in to comment.