-
-
Save marhan/1272258 to your computer and use it in GitHub Desktop.
spec/spec_helper.rb snippet for including Haml Helpers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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