Re: [rspec-users] top posting and plain text

2009-05-06 Thread Andrew Vit
multipart/mime!? Was that just for the irony? You guys are funny... :-) Andrew Vit ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] spec_server errors when reloading fixture replacement plugins (was: spec_server not reloading model classes)

2009-05-01 Thread Andrew Vit
On May 1, 2009, at 7:04 AM, David Chelimsky wrote: On Sun, Mar 29, 2009 at 6:14 PM, Andrew Vit wrote: It appears this is a bug, with an apparently simple fix in spec_server.rb (rails 2.3 compatibility): https://rspec.lighthouseapp.com/projects/5645/tickets/759 However, now that it&#

Re: [rspec-users] Before and After blocks for individual feature files?

2009-04-29 Thread Andrew Vit
ature... I don't have any to suggest at the moment, just brainstorming. Andrew Vit ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Why RSpec?

2009-04-22 Thread Andrew Vit
stUnit, but RSpec helps you frame them better and convey what you mean more clearly. Cheers, Andrew Vit ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] spec_server not reloading model classes

2009-03-29 Thread Andrew Vit
prints' or: config.gem 'thoughtbot-factory_girl', :lib => 'factory_girl', :source => 'http://gems.github.com' # automatically loaded from spec/factories/*.rb Not sure where to look for a solution. On Mar 29, 3:15 am, Andrew Vit wrote: > On Mar 29, 1:

Re: [rspec-users] spec_server not reloading model classes

2009-03-29 Thread Andrew Vit
ec-rails.git $ script/generate rspec $ script/generate rspec_model car name:string # edit config/environments/test.rb => config.cache_classes = false # edit spec/spec.opts => --drb $ rake spec:server:start $ script/autospec # 1 example, 0 failures # edit app/models/car.rb => add invalid

Re: [rspec-users] spec_server not reloading model classes

2009-03-29 Thread Andrew Vit
about the explicit require. All my specs files have require spec_helper at the top, which is how they come out of the box... Thanks for your help, Andrew On Mar 29, 12:12 am, Scott Taylor wrote: > Andrew Vit wrote: > > Hi, > > > I'm using the latest rspec-rails 1.2

[rspec-users] spec_server not reloading model classes

2009-03-28 Thread Andrew Vit
t script/spec_server script/autospec autospec The specs run, but no reloading makes it useless. Any ideas? Thanks, Andrew Vit ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] Problems with gem rdoc rspec

2009-03-23 Thread Andrew Vit
ems/ to my GEM_PATH? I didn't think that's how it works, and my other rubygems build their rdocs fine. Or do I need to set a different path variable to set this up? (GEM_HOME? I tried that and it didn't seem to help.) Thanks for your help, Andrew Vit My environment: $ echo $GE