guard-jruby-rspec icon indicating copy to clipboard operation
guard-jruby-rspec copied to clipboard

Remove hard setting of rspec formatter

Open chrsgrrtt opened this issue 10 years ago • 5 comments
trafficstars

Overcomes deprecation issue: https://github.com/jkutner/guard-jruby-rspec/issues/41

chrsgrrtt avatar Mar 16 '15 20:03 chrsgrrtt

Thanks. I'll test it out sometime soon to confirm it works well for me. I'll merge this if so.

nilbus avatar Mar 25 '15 16:03 nilbus

@nilbus Any progress here? I would love to see this in a next release :)

paulgoetze avatar Nov 26 '15 19:11 paulgoetze

Hmm, I guess I forgot about this! :dizzy_face: Thanks for the reminder. I'll try to test it this weekend.

nilbus avatar Nov 26 '15 20:11 nilbus

@paulgoetze or @chrsgrrtt I'm having trouble reproducing this deprecation warning, and I believe it's because I'm using some different combination of gems than you. Could you please post a link to a gist containing your Gemfile.lock to help me get on the same relevant gem versions.

Also @paulgoetze, have you confirmed that everything works as you expect after removing the line removed in this pull request?

nilbus avatar Nov 27 '15 01:11 nilbus

Here‘s my Gemfile.lock: https://gist.github.com/paulgoetze/7277af0495c1aa69db15 I get the described deprecation warning with v0.2.2.

However, @chrsgrrtt, I cannot get the gem from your patch-1 branch running (v0.2.3.dev). If I start up guard with bundle exec guard (which works fine with v0.2.2) it prints the watching message

INFO - Guard is now watching at /my/gem/path

and does nothing where it should run all specs.

If I try to run all specs by pressing RETURN it just fails and prints several error messages that it can‘t find e.g. my shared examples.

paulgoetze avatar Dec 09 '15 23:12 paulgoetze