Skip to content

Instantly share code, notes, and snippets.

@esmevane
Created September 21, 2012 15:51
Show Gist options
  • Save esmevane/3762279 to your computer and use it in GitHub Desktop.
Save esmevane/3762279 to your computer and use it in GitHub Desktop.
Ruby: Example test with VCR cassette declaration
describe "Test feature" do
context "an external API request continuity" do
use_vcr_cassette
it "tests one behavior related to a url"
it "tests another behavior related to the the same url"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment