Created
July 19, 2010 13:40
-
-
Save jstirk/481418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Simulates a request which has not come via Facebook. | |
| # For example, an API request, or webhook request. | |
| Given /^I am not in Facebook$/ do | |
| @integration_session = open_session | |
| @integration_session.canvas=false | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment