Skip to content

Instantly share code, notes, and snippets.

@jumski
Created September 12, 2013 16:32
Show Gist options
  • Save jumski/6540398 to your computer and use it in GitHub Desktop.
Save jumski/6540398 to your computer and use it in GitHub Desktop.
around do |example|
old_base = ActionView::Base
ActionView::Base = old_base.dup
ActionView::Base.send :include, Rails.application.routes.url_helpers
ActionView::Base.send :include, ApplicationHelper
example.run
ActionView::Base = old_base
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment