Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 10th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. describe "My class" do
  2.     before do
  3.         # Set up stubs
  4.         # Invoke the action
  5.     end
  6.  
  7.     it "should call some web service" do
  8.         # This is easy
  9.     end
  10.  
  11.     it "should invoke the shell command" do
  12.         # No idea
  13.     end
  14. end