Re: [rspec-users] Speeding up RSpec Tests

2013-02-14 Thread Ash Moran
On 13 Feb 2013, at 22:51, Adam Sroka wrote: > Why would you need to generate models with passwords for every spec? Why > would you need to generate a password for *any* spec that wasn't specifically > about authentication? > > It seems like hacking BCrypt is a way to avoid the design problem

Re: [rspec-users] Speeding up RSpec Tests

2013-02-13 Thread Adam Sroka
Why would you need to generate models with passwords for every spec? Why would you need to generate a password for *any* spec that wasn't specifically about authentication? It seems like hacking BCrypt is a way to avoid the design problem rather than just taking it on. On Wed, Feb 13, 2013 at 1: