Skip to content

Instantly share code, notes, and snippets.

@lukeredpath
Created March 17, 2010 17:01
Show Gist options
  • Select an option

  • Save lukeredpath/335455 to your computer and use it in GitHub Desktop.

Select an option

Save lukeredpath/335455 to your computer and use it in GitHub Desktop.
class ActiveSupport::TestCase
# your test helpers here...
define_webrat_filters do
before_request "/home", :stub_blog_feed!
before_request /about/, :stub_blog_feed!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment