Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created February 19, 2009 17:53
Show Gist options
  • Select an option

  • Save bryanl/67027 to your computer and use it in GitHub Desktop.

Select an option

Save bryanl/67027 to your computer and use it in GitHub Desktop.
When /^"(.*)" requests subscription types using password "(.*)"$/ do |site, password|
ImsAuth.any_instance.expects(:foo)
get "/subscription_types.json"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment