Skip to content

Instantly share code, notes, and snippets.

@biot023
Created July 11, 2010 20:46
Show Gist options
  • Save biot023/471820 to your computer and use it in GitHub Desktop.
Save biot023/471820 to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
config.include Webrat::Matchers, :type => :views
config.include GeneralHelpers
config.include ControllerHelpers, :type => :controller
config.include ModelHelpers, :type => :model
config.include ViewHelpers, :type => :views
config.include Rspec::Rails::ViewExampleGroup, :type => :cell_view
config.include CellViewHelpers, :type => :cell_view
config.include Rspec::Rails::ControllerExampleGroup, :type => :cell_controller
config.include CellControllerHelpers, :type => :cell_controller
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment