Skip to content

Instantly share code, notes, and snippets.

@tygern
Created August 26, 2015 13:15
Show Gist options
  • Save tygern/3ec10aa84fc6fc269c14 to your computer and use it in GitHub Desktop.
Save tygern/3ec10aa84fc6fc269c14 to your computer and use it in GitHub Desktop.
Testing External Services - Sample Spec
describe "Some feature" do
it "behaves as expected" do
ZippyEnvironment.new do |zippy|
account = zippy.create_account(
name: "Pat",
email: "[email protected]"
)
# test your feature here
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment