guard-jruby-rspec
guard-jruby-rspec copied to clipboard
RSpec on JRuby without the startup cost.
I'm having to exit guard by pressing ^C twice, instead of ^D like I normally would. Any thoughts on why this might be? Is it happening to others?
Right now, the specs run in the same runtime as guard itself. This really only causes problems when running guard-jruby-rspec against itself! But it would be best to run the...
My tests run fine when using the standard options, but setting `all_on_start` to false causes the Rails environment not to load. ``` guard 'jruby-rspec', :all_after_pass => false, :all_on_start => true...
My rspec tests are failing after first rspec run. Color output is disabled after first run as well. Tried with master just a second ago. I get errors like the...
hi i have changed config.cache_classes = false but when i change someting in my source code , the guard can't reload the class thank you
Hi, I have the following issue: guard-jruby-rspec starts up correctly and runs all of my tests but when I hit return I just see ``` Run all Running all specs...
Whilst it seems to load the shared examples fine on the first pass, subsequent runs it completely loses track of for some reason and throws a big exception stack ala...