Re: [rspec-users] Assertions for asynchronous behaviour

2011-09-27 Thread Alex Chaffee
After a week of stealing minutes, I eventually wrote eventually! Please check this out and give me feedback. I can ship it in a new Wrong gem as soon as you all tell me it's ready. docs: https://github.com/alexch/wrong/commit/cae852f09a3d4dcb3f014b486a10d5eb7a10e7f5 test (spec): https://github.co

Re: [rspec-users] uninitialized constant Spec::Rails (NameError) when running spec command

2011-09-27 Thread Chandu80
Hello All, Is there any way to fix the error? Regards Chandrika On Sep 23, 10:41 am, Chandu80 wrote: > Hi David, > Tried from the root directory,gives the same error. > > C:/Rspec Test 1/rspec_demo/vendor/rails/activesupport/lib/ > active_support/depende > ncies.rb:443:in `load_missing_constant'

Re: [rspec-users] running rspec alongside test::unit?

2011-09-27 Thread Marko Anastasov
On Tue, Sep 20, 2011 at 00:50, Jason Perkins wrote: > Earlier documentation indicated that it was possible to run RSpec alongside > existing test::unit tests. Is this still possible? > It's possible, I'm involved in one project that has been using test::unit in the past and has still not complet