views:

178

answers:

0

I have a set of Cucumber features that are successfully running on a Mac OS X 10.5 machine and a Windows XP machine. I tried running them on a Mac OS X 10.4 machine today and Cucumber can't find any of the ActionController::IntegrationTest methods on the Cucumber::Rails::World.

I am receiving the following error when trying to send a get/post/put/delete request through the process method:

undefined method `process' for #<Cucumber::Rails::World:0x18189b2> (NoMethodError)

And I have the following related gems installed:

cucumber 0.4.4
rspec 1.2.9
rspec-rails 1.2.9
pickle 0.2.1