Nat Ritmeyer
Nat Ritmeyer
@dpree Could you change the tests so they pass? At the moment they all fail...
@dpree the tests are still requiring the yarjuf gem before rspec has loaded. See here for an example: https://github.com/natritmeyer/yarjuf/blob/ad39fffadfc48c5995b8fe8ce0970c3b5435576f/features/basic.feature#L17 As it stands, the tests are executing the following: `rspec spec/basic_spec.rb...
Hi Mark, thanks for the kind words! I'm on holiday at the moment, I'll take a look when I get back. Until then, try using your app's menu items to...
1. Yeah, ironruby uses `igem`, but it's just a wrapper around `gem`. Try it without doing `gem update --system`... it will probably just work... 2. `require`'ing bewildr in any way...
# Workaround As a workaround until a plugin is available, the html report can be automatically generated in a build by running the [standalone jar](https://github.com/ota4j-team/open-test-reporting#cli) with `maven-exec-plugin` tied to maven's...