"Андрей Большов" <asnow....@gmail.com> wrote in post #1093053:
> What about:
> rake -T
> rake --version
>
> in common rake always print out some results, try run your command with
> `--trace`. If you have blank output for `rake -T` and got output `rake
> --version` then my guess is that you have `exit` somewhere in you
> app(try
> see in rakefile)
>
>
> , 21  2013 ., 19:01:23 UTC+4  Ruby-Forum.com
> User :


Thanks a  lot! I ran with rake -t (this time from the root of my 
cucumber features directory), what i got was: "rake aborted! "You have 
already activated rake 10.0.3 but your gem file requires 10.0.2 run 
bundle exec may resolve this.
I ran bundle exec, but still  the same error. I followed the stack 
trace, but could not understand the line of code pointed to.

Please permit my being amateur, and thanks in anticipation for your 
reply!

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to