Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created December 10, 2013 19:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-teacher/7896537 to your computer and use it in GitHub Desktop.
Save the-teacher/7896537 to your computer and use it in GitHub Desktop.
Rspec + Views + Isolated Engine
ActionView::TestCase::TestController.instance_eval do
helper MyEngine.routes.url_helpers
helper ApplicationHelper
include Devise::TestHelpers
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment