yard-spec-plugin icon indicating copy to clipboard operation
yard-spec-plugin copied to clipboard

example should use -e ../lib/yard-rspec.rb (with .rb extension)

Open emiltin opened this issue 4 years ago • 0 comments

The readme suggested way to run run gives an error for me on mac:

% yardoc -e ../lib/yard-rspec example_code.rb 
[error]: The file `../lib/yard-rspec' could not be loaded:

I had to instead run:

% yardoc -e ../lib/yard-rspec.rb example_code.rb

emiltin avatar Mar 01 '21 09:03 emiltin