Re: [rspec-users] undefined method `blueprint' with rspec/machinist/faker

2009-06-24 Thread Jeroen van Dijk
Hi Yoann, It might help if you post the actual code. The error you have could be caused by nearly everything. Cheers, Jeroen On Wed, Jun 24, 2009 at 3:13 AM, Yoann-Z wrote: > Hi, > > I just started using Machinist for my project. So I successfully > installed notahat-machinist and faker gems a

Re: [rspec-users] any idea why spec_server gets 'cannot remove Object' error?

2009-06-24 Thread Tom Hoen
Tom Hoen wrote: In order to suss out what might be cause, i modified the remove_constant method in the LoadingModule class '\ruby\lib\ruby\gems\1.8\gems\activesupport-2.3.2\lib\active_support\dependencies.rb', adding in begin/rescue/end statements. def remove_constant(const) #:nodoc: begi

Re: [rspec-users] undefined method `blueprint' with rspec/machinist/faker

2009-06-24 Thread Yoann-Z
Hi, Thank you for your reply. I found the answer elsewhere this morning. I had to require Machinist and Sham in the file blueprints.rb : require 'machinist/active_record' require 'sham' It works fine right now. Thank you very much -Yoann-Z ___ rs

Re: [rspec-users] any idea why spec_server gets 'cannot remove Object' error?

2009-06-24 Thread Tim Harper
There is no voting love on the windows feature request: http://github.com/timcharper/spork/issues :) On Tue, Jun 23, 2009 at 8:38 AM, Tom Hoen wrote: > David - Thank you for responding. > > > > > > > Previously to what? What changed? > > > > > The only changes were some additional models/contro

[rspec-users] Running RSpec under MultiRuby

2009-06-24 Thread Rick DeNatale
I just published a quick article showing how to use the patch I provided and David just release in RSpec 1.2.7 to run your specs using multiruby: http://talklikeaduck.denhaven2.com/2009/06/24/rspec-meet-multiruby -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter

Re: [rspec-users] Running RSpec under MultiRuby

2009-06-24 Thread Luis Lavena
On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale wrote: > I just published a quick article showing how to use the patch I > provided and David just release in RSpec 1.2.7 to run your specs using > multiruby: > > http://talklikeaduck.denhaven2.com/2009/06/24/rspec-meet-multiruby > Tried to leave you

Re: [rspec-users] Running RSpec under MultiRuby

2009-06-24 Thread Rick DeNatale
On Wed, Jun 24, 2009 at 8:18 PM, Luis Lavena wrote: > On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale wrote: >> I just published a quick article showing how to use the patch I >> provided and David just release in RSpec 1.2.7 to run your specs using >> multiruby: >> >> http://talklikeaduck.denhaven2

Re: [rspec-users] Running RSpec under MultiRuby

2009-06-24 Thread Luis Lavena
On Wed, Jun 24, 2009 at 11:24 PM, Rick DeNatale wrote: > On Wed, Jun 24, 2009 at 8:18 PM, Luis Lavena wrote: >> On Wed, Jun 24, 2009 at 8:54 PM, Rick DeNatale >> wrote: >>> I just published a quick article showing how to use the patch I >>> provided and David just release in RSpec 1.2.7 to run you