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
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
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
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
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:
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
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
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
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