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
When I try to run rake ci after following those instructions, I get a stack dump:
$ rake ci
rake aborted!
LoadError: cannot load such file -- solr_wrapper
/Users/mark/Documents/workspace/_no_backup/RubymineProjects/hydra-head/Rakefile:6:in `<top (required)>'
(See full trace by running task with --trace)
ACCEPTANCE
EITHER
delete the wiki page and update the reference in the README to just point at CONTRIBUTING.md. In which case, I don't really get information on how to run the tests.
OR
update the wiki page to reflect current practice so I can follow the instructions successfully.
The text was updated successfully, but these errors were encountered:
I've made updates to the "for the impatient" section. The following sections still need to be re-written to explain how to test using engine cart in more detail - i.e. how to setup to run individual tests.
STORY
As a new hydra dev, I would like to run the test suite, so that I can contribute via PRs.
DETAILS
When I read the Modifying and Testing the hydra-head Gem section of the README, it links me to the Instructions for Contributors page on the wiki. The instruction there reference hydra-jetty, etc.
When I try to run
rake ci
after following those instructions, I get a stack dump:ACCEPTANCE
EITHER
OR
The text was updated successfully, but these errors were encountered: