0

I'm trying to run rspec but getting load error which raising like bellow. Done gem install gherkin, gem install cucumber and added -r turnip/rspec to .rspec but not worked for me.

.rvm/gems/ruby-2.0.0-p648/gems/turnip-1.3.1/lib/turnip/builder.rb:1:in `require': cannot load such file -- gherkin (LoadError)

2 Answers2

0

gem install cucumber installs gherkin too.

Can you uninstall these and again perform installation of

gem bundle install
gem install cucumber

and can you confirm from which directory are you running it? from root directory?

Emjey
  • 2,038
  • 3
  • 18
  • 33
0

Solved: Created an issue at turnip where turnip 1.3.1 supports only gherkin 2.x