Martin DeMello wrote in post #981436: > On Mon, Feb 14, 2011 at 12:26 AM, wolf volpi >> $ printenv PATH >> > /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/wolf/.gem/ruby/1.8/bin >> $ cucumber codebreaker_starts_game.feature >> Feature: code-breaker starts game >> >> Cucumber is a Ruby framework. Cucumber is working but Ruby does not. >> How is that possible? How can I run Ruby from my terminal? > > View the cucumber source (`which cucumber` will tell you where it is) > and see how it's invoking ruby. > > martin $ which cucumber /home/wolf/.gem/ruby/1.8/bin/cucumber Thanks martin. Now where do I go from here? -- Posted via http://www.ruby-forum.com/.