Re: [Radiant] Re: undefined method `match' - when testing extension features with cucumber and webrat

2010-12-21 Thread Enrico Teotti
Hi Stan, today when I was running my cuke features on a Rails app I had exactly the same problem you had. undefined method `match' for # (NoMethodError) This was a fresh install, the same features were running fine on my office workstation. These are the gems of my Rails (2.3.4) app: http://pas

Re: [Radiant] Re: undefined method `match' - when testing extension features with cucumber and webrat

2010-10-06 Thread Stan Rawrysz
Thanks Swartz, Before I started to develop the extension, I upgraded radiant from 0.7.1 to 0.8.2. I just tried creating a brand new radiant 0.8.2 instance, copied the extension I've been working on and the problem went away. The 0.7.1 instance had frozen gems before upgrading to 0.8.2, at which p

Re: [Radiant] Re: undefined method `match' - when testing extension features with cucumber and webrat

2010-10-06 Thread Stan Rawrysz
That file is what I believe to be straightforward webrat: 17 When /^I go to the homepage$/ do 18 visit "/" 19 end On Wed, Oct 6, 2010 at 10:14 AM, Jim Gay wrote: > Have you look at at this file? > > > /home/stanr/projects/radiantapp/cms_core/vendor/extensions/ip_redirect/features/ste

Re: [Radiant] Re: undefined method `match' - when testing extension features with cucumber and webrat

2010-10-06 Thread Jim Gay
Have you look at at this file? /home/stanr/projects/radiantapp/cms_core/vendor/extensions/ip_redirect/features/step_definitions/customer_comes_to_us_helios_steps.rb:18 On Wed, Oct 6, 2010 at 11:51 AM, Stan Rawrysz wrote: > If anyone has *any* insight or suggestions, that would be SUPER > h