Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.   RSpec.configure do |config|
  2.     # snip
  3.  
  4.     config.include Haml, :type => :helper
  5.     config.include Haml::Helpers, :type => :helper
  6.     config.before(:each, :type => :helper) do |config|
  7.       init_haml_helpers
  8.     end
  9.  
  10.     # snip
  11.   end