You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that either adding a require 'yard' to the top of yard-cucumber-2.3.2/lib/yard/code_objects/cucumber/base.rb:1 or adding gem 'yard' to my Gemfile solved the problem, but yard-cucumber should be able to function even without the user having to list gem 'yard' in their Gemfile.
The text was updated successfully, but these errors were encountered:
I had a
Gemfile
withgem 'yard-cucumber'
in it, which pulls in theyard
dependency, but when I ranrake yard
, I would get the error:I found that either adding a
require 'yard'
to the top ofyard-cucumber-2.3.2/lib/yard/code_objects/cucumber/base.rb:1
or addinggem 'yard'
to myGemfile
solved the problem, butyard-cucumber
should be able to function even without the user having to listgem 'yard'
in theirGemfile
.The text was updated successfully, but these errors were encountered: