Skip to content
This repository was archived by the owner on Feb 12, 2018. It is now read-only.

Any plans for guard notification (growl) support? #6

Open
mattscilipoti opened this issue Feb 17, 2012 · 3 comments
Open

Any plans for guard notification (growl) support? #6

mattscilipoti opened this issue Feb 17, 2012 · 3 comments

Comments

@mattscilipoti
Copy link

No description provided.

@mattscilipoti
Copy link
Author

I found that I was able to get growl to work by specifying this formatter (from guard-rspec)

"--require #{`bundle show guard-rspec`}/lib/guard/rspec/formatters/notification_#{rspec_exec.downcase}.rb --format Guard::RSpec::Formatter::Notification#{rspec_exec} --out /dev/null"

Unfortunately, this eliminates the output at the command line. If I miss the growl, I am out of luck. :(

@vizjerai
Copy link
Owner

Unfortunately I'm not able to run Growl because of my development set up so I can't test it.

But if you were able to submit a patch to get it to work it would be great for other people who wish to get growl notifications.

@colszowka
Copy link
Collaborator

@mattscilipoti I used the growl-rspec formatter gem and added it as a second formatter to my .rspec:

# Gemfile
group :test, :development do
  gem 'growl-rspec'
end

# .rspec
--require growl-rspec --format "Growl::RSpec::Formatter" --colour --format documentation

This gives me both growl notifications and terminal output.

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

No branches or pull requests

3 participants