Skip to content

Instantly share code, notes, and snippets.

@jstirk
Created July 19, 2010 13:40
Show Gist options
  • Select an option

  • Save jstirk/481418 to your computer and use it in GitHub Desktop.

Select an option

Save jstirk/481418 to your computer and use it in GitHub Desktop.
# 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