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

Guard::Jasmine::CLI: making specdoc an option instead of forced to :always #72

Merged
merged 1 commit into from
Aug 3, 2012

Conversation

rud
Copy link
Contributor

@rud rud commented Aug 3, 2012

This means we can optionally get quiet spec output from with the rake-task like this:

  require 'guard/jasmine/task'
  Guard::JasmineTask.new do |task|
    task.options = '--specdoc failure'
  end

Now only if a spec fails will the output be verbose. Interested in including this?

…lways

This means we can optionally get quiet spec output from with the rake-task
@netzpirat netzpirat merged commit 27a1019 into guard:master Aug 3, 2012
@netzpirat
Copy link
Contributor

Thanks a lot for this. It's included in the 1.6.1 release.

@rud
Copy link
Contributor Author

rud commented Aug 6, 2012

Awesome, thank you!

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.

None yet

2 participants