rspec/rspec-dev

Doc coverage check doesn't always run when it should

Closed this issue · 3 comments

I noticed that the rspec-mocks build isn't running the documentation check:

https://travis-ci.org/rspec/rspec-mocks/jobs/21383630#L284

documentation_enforced is returning 1, apparently.

@JonRowe can you look into this? I'm not familiar with the bash expression you used there.

The command just says if this file is executable then return 0. See -x here: http://www.tldp.org/LDP/abs/html/fto.html

Also apparently there simply isn't a ./bin/yard on rspec-mocks.

Fixed. Nothing to do with rspec-dev's contents, just peculiarities with our Gemfiles.