arbox / wlapi

Ruby based API for the project Wortschatz Leipzig.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis failing

janz93 opened this issue · comments

Each dyno in the travis test #7 is returning with the following error message

$ bundle exec rake test:local
rake aborted!
LoadError: no such file to load -- yard
/home/travis/build/arbox/wlapi/Rakefile:30:in `(root)'
/home/travis/.rvm/gems/jruby-d19/gems/rake-11.3.0/exe/rake:27:in `(root)'
/home/travis/.rvm/gems/jruby-d19/bin/jruby_executable_hooks:15:in `(root)'
(See full trace by running task with --trace)
The command "bundle exec rake test:local" exited with 1.

The tests are failing because the documentation setup inside the rakefile expects files from gems which are not loading into the testing environment.

Wrong close 😅