Skip to content

Instantly share code, notes, and snippets.

@kmayer
Created April 1, 2010 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kmayer/352498 to your computer and use it in GitHub Desktop.
Save kmayer/352498 to your computer and use it in GitHub Desktop.
rspec support for holygrail
# spec/support/holygrail.rb
require 'holygrail'
class Spec::Rails::Example::ControllerExampleGroup
include ::HolyGrail::Extensions
end
class Spec::Rails::Example::FunctionalExampleGroup
include ::HolyGrail::Extensions
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment