Description
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 :
stty: stdin isn't a terminal
stty: stdin isn't a terminal
stty: stdin isn't a terminal
stty: stdin isn't a terminal
stty: stdin isn't a terminal
...
ERROR: Guard::JRubyRSpec failed to achieve its <run_on_changes>, exception was:
ArgumentError: Could not find shared examples "a store"
/Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:123:infind_and_eval_shared' /Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:93:in
it_behaves_like'
org/jruby/RubyModule.java:2277:inmodule_eval' /Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:201:in
subclass'
/Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:186:indescribe' /Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:92:in
it_behaves_like'
...
org/jruby/RubyModule.java:2277:inmodule_eval' /Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:201:in
subclass'
/Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/example_group.rb:186:indescribe' /Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/dsl.rb:18:in
describe'
...
org/jruby/RubyKernel.java:1068:inload' ... org/jruby/RubyArray.java:2339:in
collect'
/Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/configuration.rb:746:inload_spec_files' /Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/command_line.rb:22:in
run'
/Users/garrett/.rvm/gems/jruby-1.6.7/gems/rspec-core-2.10.1/lib/rspec/core/runner.rb:69:inrun' /Users/garrett/.rvm/gems/jruby-1.6.7/bundler/gems/guard-jruby-rspec-0077eb119b88/lib/guard/jruby-rspec/runner.rb:46:in
run'
/Users/garrett/.rvm/gems/jruby-1.6.7/gems/guard-rspec-1.0.1/lib/guard/rspec.rb:49:inrun_on_changes' org/jruby/RubyBasicObject.java:1704:in
send'
org/jruby/RubyKernel.java:2101:in `send'