Andrew Ferk
Andrew Ferk
The "Command failed with status..." is an error with the integration of minitest and rake. not much you can do about it until there is a patch. However, this error...
+1. In order to get the arrow keys to trigger, `keydown` is the recommended solution.
Your use of `factory.define` doesn't look correct. `define` has three required params: `define(name, Model, initializer)`. Can you post your `Group` and `PublicKey` model? You may need to use [`afterBuild`](https://github.com/aexmachina/factory-girl#afterbuild-functionmodel-attrs-buildoptions) or...
Unfortunately, `new Chance()` appears to be hardcoded and no configurable seed is being provided. https://github.com/aexmachina/factory-girl/blob/master/src/generators/ChanceGenerator.js#L5