Skip to content

Instantly share code, notes, and snippets.

@slawosz
Created October 10, 2011 12:32
Show Gist options
  • Save slawosz/1275189 to your computer and use it in GitHub Desktop.
Save slawosz/1275189 to your computer and use it in GitHub Desktop.
device = Factory :device
device.should_receive(:notify)
# event will got object with expactations:
Factory :event, :device => device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment