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'm trying to try out my fix to #94, but I'm not sure how to get a local development environment setup and run tests (if there are any?):
I didn't see any instructions in README.md or test tasks Rakefile.
Gemfile.lock is committed, so I'm assuming I should be developing and testing with those exact versions? However, it lists the yard-cucumber gem itself as 3.1.0 when the source is at 4.0, which prevents a --frozen install. I assume this an oversight or missed commit?
After manually changing the yard-cucumber version in Gemfile.lock I can install the gems with bundler, but I'm not sure how to run the Cucumber tests (I'm new to Cucumber), or if the features in example/are tests of the gem or just general examples...
bundle exec cucumber fails not finding a features/ directory.
bundle exec cucumber example fails with a parser error on example/empty.feature.
There is a .rspec file in the project root but rspec is not included in yard-cucumber.gemspec or Gemfile, and I don't see a spec/ directory specs anywhere else.
bundle exec rake gendoc has errors for README.md files in example/.
The text was updated successfully, but these errors were encountered:
nrser
added a commit
to nrser/yard-nrser-cucumber
that referenced
this issue
Nov 26, 2018
Attempts to fix "uninitialized constant <Module:...>::TreeContext"
failure when generating the class list nav running `yard server`.
See burtlo#94 for details.
If there are tests, I haven't figured out how to run them (see
burtlo#96 for details).
I'm trying to try out my fix to #94, but I'm not sure how to get a local development environment setup and run tests (if there are any?):
README.md
or test tasksRakefile
.Gemfile.lock
is committed, so I'm assuming I should be developing and testing with those exact versions? However, it lists theyard-cucumber
gem itself as3.1.0
when the source is at4.0
, which prevents a--frozen
install. I assume this an oversight or missed commit?yard-cucumber
version inGemfile.lock
I can install the gems with bundler, but I'm not sure how to run the Cucumber tests (I'm new to Cucumber), or if the features inexample/
are tests of the gem or just general examples...bundle exec cucumber
fails not finding afeatures/
directory.bundle exec cucumber example
fails with a parser error onexample/empty.feature
..rspec
file in the project root butrspec
is not included inyard-cucumber.gemspec
orGemfile
, and I don't see aspec/
directory specs anywhere else.bundle exec rake gendoc
has errors forREADME.md
files inexample/
.The text was updated successfully, but these errors were encountered: