Hi all,
What is Diff between bundle exec cucumber and cucumber when we fire ?
I am getting one error which is shown below when i fire cucumber command.
You have already activated activesupport 3.2.8, but your Gemfile requires activesupport 3.2.4. Using bundle exec may solve this. (Gem::LoadError)
But when i fire bundle exec cucumber , my cucumber run successive.
As per in my project structure one of the project have 3.8 rails version and i am working on another project which have 3.4 rails version and in this project i am writing cucumber.
When i fire cucumber command it not work but bundle exec cucumber command work .
error is same
You have already activated activesupport 3.2.8, but your Gemfile requires activesupport 3.2.4. Using bundle exec may solve this. (Gem::LoadError)
I dont know why ?
Hope you will understood
Thanks
Regards
Fahim Babar Patel