mith
November 23, 2009, 6:45pm
1
Stuck as to what dependency is calling for cucumber 0.4.4 - we want to
stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac
/usr/bin/ruby.exe -I
“/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/lib:lib”
“/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/bin/cucumber” --color --tags
~@wip --strict --format pretty
Missing these required gems:
cucumber >= 0.4.4
You’re running:
ruby 1.8.7.72 at /usr/bin/ruby.exe
rubygems 1.3.5 at /home/peter.ritchie/.gem/ruby/1.8,
/usr/lib/ruby/gems/1.8
Any help would be appreciated
mith
November 23, 2009, 7:11pm
2
Stuck as to what dependency is calling for cucumber 0.4.4 - we want to
stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac
Cucumber has its own mailing list: http://groups.google.com/group/cukes
mith
November 23, 2009, 7:15pm
3
Stuck as to what dependency is calling for cucumber 0.4.4 -
config/environments/cucumber.rb?
(Failing that - search for the string “0.4.4” among your project’s
files)
we want to
stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac
What’s stopping you from running 0.4.4?
In any case, if you need 0.4.3:
gem uninstall cucumber
gem install cucumber 0.4.3
script/generate cucumber
mith
November 24, 2009, 12:01pm
4
Peter Ritchie wrote:
Aslak Hellesøy wrote:
Stuck as to what dependency is calling for cucumber 0.4.4 -
config/environments/cucumber.rb?
(Failing that - search for the string “0.4.4” among your project’s
files)
we want to
stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac
What’s stopping you from running 0.4.4?
In any case, if you need 0.4.3:
gem uninstall cucumber
gem install cucumber 0.4.3
script/generate cucumber
Thank you for that, I have searched for 0.4.4 in the project and no
instance.
Main collaborator is using 0.4.3 but we are updating to see if it fixes
it. Many thanks and for link to cucumber list.
Peter
We updated to run 0.4.4 which has moved the problem on. We now get
/usr/bin/ruby.exe -I
“/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.4/lib:lib”
“/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.4/bin/cucumber” --color --tags
~@wip --strict --format pretty
undefined local variable or method `capture_model’ for main:Object
(NameError)
./features/step_definitions/pickle_steps.rb:4
It only happens on Windows - works fine on Mac
I posted this problem on Cuke but it does not seem to have got past the
moderator (at least it has not appeared).
Thanks
Peter
mith
November 23, 2009, 7:32pm
5
Aslak Hellesøy wrote:
Stuck as to what dependency is calling for cucumber 0.4.4 -
config/environments/cucumber.rb?
(Failing that - search for the string “0.4.4” among your project’s
files)
we want to
stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac
What’s stopping you from running 0.4.4?
In any case, if you need 0.4.3:
gem uninstall cucumber
gem install cucumber 0.4.3
script/generate cucumber
Thank you for that, I have searched for 0.4.4 in the project and no
instance.
Main collaborator is using 0.4.3 but we are updating to see if it fixes
it. Many thanks and for link to cucumber list.
Peter
mith
November 24, 2009, 4:13pm
6
On 24 Nov 2009, at 11:01, Peter Ritchie wrote:
stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac
Thank you for that, I have searched for 0.4.4 in the project and no
/usr/bin/ruby.exe -I
I posted this problem on Cuke but it does not seem to have got past
the
moderator (at least it has not appeared).
Everyone head over to…
http://groups.google.com/group/cukes/browse_thread/thread/de6e8cdf8585f9ca
cheers,
Matt
+447974 430184