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

guard-spin breaks rspec output #14

Open
siassaj opened this issue Apr 11, 2013 · 0 comments
Open

guard-spin breaks rspec output #14

siassaj opened this issue Apr 11, 2013 · 0 comments

Comments

@siassaj
Copy link

siassaj commented Apr 11, 2013

You will notice that I'm using Fuubar, however the result is the same with regular rspec output. The images explain it better than I can

Rspec by itself, correct output
http://oi46.tinypic.com/358xx0z.jpg

Guard with guard-rspec, correct output
http://oi47.tinypic.com/30w330k.jpg

Guard with guard-spin, notice the weird output
http://oi49.tinypic.com/34fbmzm.jpg

Guard with guard-spin, no Fuubar, again weird output, only 2 green dots for 5 tests, no new line before the dots.
http://oi45.tinypic.com/302orh0.jpg

All output is formatted correctly when I don't use guard-spin.

Guardfile.rb

guard 'spin', test_unit: false do 
  ...
end

.rspec

--format Fuubar --color

Any Ideas?

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

1 participant