Doc coverage check doesn't always run when it should
Closed this issue · 3 comments
myronmarston commented
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.
JonRowe commented
The command just says if this file is executable then return 0. See -x
here: http://www.tldp.org/LDP/abs/html/fto.html
JonRowe commented
Also apparently there simply isn't a ./bin/yard
on rspec-mocks.
JonRowe commented
Fixed. Nothing to do with rspec-dev's contents, just peculiarities with our Gemfiles.