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

Not working -probably just me #6

Closed
SephVelut opened this issue Jul 21, 2013 · 2 comments
Closed

Not working -probably just me #6

SephVelut opened this issue Jul 21, 2013 · 2 comments

Comments

@SephVelut
Copy link

gem install guard
gem instal guard-phpunit
gem install guard-terminal-notifier-guard

guard 'phpunit', :tests_path => 'app/tests', :cli => '--colors' do
watch(%r{^.+Test.php$})
end

Now when I run phpunit on my file it asserts true. When I run Guard, guard asserts true. The notifier however, always, always alerts with a failed message no matter my test.

@wearethefoos
Copy link
Member

Please update to version 1.6.1. Does that help?

@wearethefoos
Copy link
Member

@SephVelut closing pending your answer. Feel free to reopen!

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