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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring support (fixes #40) #41

Merged
merged 1 commit into from
May 8, 2013
Merged

Conversation

pgaertig
Copy link
Contributor

@pgaertig pgaertig commented May 5, 2013

No description provided.

@rymai
Copy link
Member

rymai commented May 8, 2013

Thank you!

rymai added a commit that referenced this pull request May 8, 2013
@rymai rymai merged commit 947d423 into guard:master May 8, 2013
@pgaertig pgaertig deleted the spring_support branch May 13, 2013 20:20
@pgaertig
Copy link
Contributor Author

Important: The spring testunit command of official version 0.0.8 of spring is running only file specified as first argument, other are ignored. With such behaviour guard-test with ':keep_failed => true' which is default will always stick on first failing test and won't run you any other tests. This is most visible when you modify test_helper.rb, which should run all tests but spring runs only the first one specified.

Fortunately this issue has been fixed recently in spring master and all test files given in arguments are invoked, see #102.
However that has not been packaged yet, therefore while waiting for spring 0.0.9 release I recommend to use:

 gem 'spring', :git => 'git://github.com/jonleighton/spring.git'

@rymai
Copy link
Member

rymai commented May 14, 2013

Thank you! I've updated the README for now.

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

Successfully merging this pull request may close these issues.

2 participants