Changeset [300880db2f0d50a3e2d7b171eb9745cb50e1c534] by Jeremy Burks

October 5th, 2008 @ 11:05 PM

get webrat+cucumber+merb working

i put this in env.rb

require 'webrat'

World do w = Object.new w.extend(Merb::Test::ViewHelper) w.extend(Merb::Test::RouteHelper) w.extend(Merb::Test::ControllerHelper) w.extend(Webrat::MerbTest) end http://github.com/brynary/webrat...

Committed by Jeremy Burks

  • M lib/boot_merb.rb
  • M lib/webrat.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby Acceptance Testing for Web applications.

Shared Ticket Bins