Re: [rspec-users] Accidentally overriding exit code of specs

2012-11-29 Thread Marko Anastasov
On Thu, Nov 29, 2012 at 4:23 PM, Andy Lindeman wrote: > On Thu, Nov 29, 2012 at 9:59 AM, Marko Anastasov > wrote: > > Is it possible to write something in spec_helper.rb which would make > "rake spec" start returning wrong exit code (zero) when there are failing > specs? Something with config.ar

Re: [rspec-users] Accidentally overriding exit code of specs

2012-11-29 Thread Andy Lindeman
On Thu, Nov 29, 2012 at 9:59 AM, Marko Anastasov wrote: > Is it possible to write something in spec_helper.rb which would make "rake > spec" start returning wrong exit code (zero) when there are failing specs? > Something with config.around(:each) for example. > > I'm wondering because at https:

[rspec-users] Accidentally overriding exit code of specs

2012-11-29 Thread Marko Anastasov
Hello, Is it possible to write something in spec_helper.rb which would make "rake spec" start returning wrong exit code (zero) when there are failing specs? Something with config.around(:each) for example. I'm wondering because at https://semaphoreapp.com we sometimes have support questions wh