Skip to content

Instantly share code, notes, and snippets.

@southgate
Created June 30, 2011 16:22
Show Gist options
  • Save southgate/1056583 to your computer and use it in GitHub Desktop.
Save southgate/1056583 to your computer and use it in GitHub Desktop.
spec/spec_helper.rb snippet for including Haml Helpers
RSpec.configure do |config|
# snip
config.include Haml, :type => :helper
config.include Haml::Helpers, :type => :helper
config.before(:each, :type => :helper) do |config|
init_haml_helpers
end
# snip
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment