Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for spring #39

Closed
jondkinney opened this issue Feb 20, 2013 · 5 comments
Closed

Add support for spring #39

jondkinney opened this issue Feb 20, 2013 · 5 comments

Comments

@jondkinney
Copy link

A similar undertaking went on for the rspec-guard gem. Hopefully this one is similar?

guard/guard-rspec#152

I haven't looked into this at all, I'm just wishing for the feature 馃憛

Thanks

@netzpirat
Copy link
Owner

That should be already possible with the command_prefix option:

guard :cucumber, :command_prefix: 'spring' do
  ...
end

@jondkinney
Copy link
Author

Oh, great! Thanks. I'll give this a shot.

@jondkinney
Copy link
Author

Ah, yes. Now I see the documentation for Zeus (which is invoked the same way) in the readme. Perhaps it'd be worth mentioning Spring there too?

Thanks again,
Jon

@netzpirat
Copy link
Owner

Sure, just let me know how if you had success and I'll add it!

@jondkinney
Copy link
Author

Sounds good. I'll play more with switching off of spork this weekend. Already burned 3-4 hours on it today :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants