ruby on rails - Is there a way to force RSpec to show intermediate results? -


every time run rspec tests, goes off executing everything. fine, except don't want wait entire suite run before see 1 failure in series was.

$ rspec spec/ ...........f................................ 

i think looking for: http://jeffkreeftmeijer.com/2010/making-rspec-stop-operation-immediately-after-failing/

it makes rspec stop after first failure.

you should @ this: http://jeffkreeftmeijer.com/2010/fuubar-the-instafailing-rspec-progress-bar-formatter/

it's better rspec formatter.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -