Re: [rspec-users] Rails3 + RSpec2 sample project?

2010-02-22 Thread anywho
I'm using this setup with rails 3/1.9.1 and this aforementioned gem. However, when running rake spec, I get this error: no such file to load -- test/unit/assertionfailederror seems 1.9.1 no longer has this file. I tested running it with commenting out this requirement and simply adding the below

Re: [rspec-users] Rails3 + RSpec2 sample project?

2010-02-07 Thread Ashley Moran
On 7 Feb 2010, at 8:41 PM, David Chelimsky wrote: > The a5 release only supports model and request (integration - a la > merb) specs, but controllers, views and helpers will be coming soon. Well chop chop then, anyone would think you were working for free ;o) On a more serious note, I think the

Re: [rspec-users] Rails3 + RSpec2 sample project?

2010-02-07 Thread David Chelimsky
On Sun, Feb 7, 2010 at 2:41 PM, David Chelimsky wrote: > On Sun, Feb 7, 2010 at 3:48 AM, Jacques Crocker wrote: >> If anyone has any sort of Rails3 + Rspec2 project sort of working, we >> should get a stripped down sample project on github. Martin did a >> great one for datamapper: http://github.

Re: [rspec-users] Rails3 + RSpec2 sample project?

2010-02-07 Thread David Chelimsky
On Sun, Feb 7, 2010 at 3:48 AM, Jacques Crocker wrote: > If anyone has any sort of Rails3 + Rspec2 project sort of working, we > should get a stripped down sample project on github. Martin did a > great one for datamapper: http://github.com/snusnu/datamapper_on_rails3. > I can help getting it orga

[rspec-users] Rails3 + RSpec2 sample project?

2010-02-07 Thread Jacques Crocker
If anyone has any sort of Rails3 + Rspec2 project sort of working, we should get a stripped down sample project on github. Martin did a great one for datamapper: http://github.com/snusnu/datamapper_on_rails3. I can help getting it organized / tested, but I havent been able to get things working qui