Re: [rspec-users] fixture_file_upload and edge rspec?

2007-11-09 Thread David Chelimsky
On Nov 8, 2007 11:25 PM, Leslie Freeman <[EMAIL PROTECTED]> wrote: > Hi all, > I had some specs that were using fixture_file_upload that were > passing just fine. Then I froze edge rails to get some 2.0 > functionality, then a I upgraded to trunk rspec to deal with > > uninitialized constant Action

Re: [rspec-users] RSpec on Rails 2.0

2007-11-09 Thread Patrick Aljord
On Nov 9, 2007 3:40 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > rails foo > cd foo > rake rails:freeze:edge > ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec > ruby script/plugin install > svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails > script/generate rspec >

Re: [rspec-users] RSpec on Rails 2.0

2007-11-09 Thread David Chelimsky
On Nov 9, 2007 9:02 AM, Patrick Aljord <[EMAIL PROTECTED]> wrote: > On Nov 9, 2007 3:40 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > > rails foo > > cd foo > > rake rails:freeze:edge > > ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec > > ruby script/plugin install > >

Re: [rspec-users] RSpec on Rails 2.0

2007-11-09 Thread Patrick Aljord
ok then sorry. it's all fine. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Plain Text Story example

2007-11-09 Thread Dan North
Hi Glenn. On Nov 8, 2007 4:01 PM, Glenn Ford <[EMAIL PROTECTED]> wrote: > It seems that what I'm coming to understand of the direction of this > story concept is that there is a lot of emphasis being put on ensuring > we keep things at the business level. I can appreciate the elegance > of it ce

Re: [rspec-users] fixture_file_upload and edge rspec?

2007-11-09 Thread Leslie Freeman
On Nov 9, 2007, at 5:09 AM, David Chelimsky wrote: > On Nov 8, 2007 11:25 PM, Leslie Freeman <[EMAIL PROTECTED]> > wrote: >> Hi all, >> I had some specs that were using fixture_file_upload that were >> passing just fine. Then I froze edge rails to get some 2.0 >> functionality, then a I upgrade

Re: [rspec-users] Running specs in reverse

2007-11-09 Thread Ashley Moran
On Nov 08, 2007, at 6:07 pm, Alvin Schur wrote: > My goal is to detect inter-dependencies sooner than later... I have to say I've NEVER run specs backwards. Am I sitting on a time bomb? Are there subtle traps that can create inter-dependencies between specs? To look at my specs I would n

[rspec-users] autometric gem

2007-11-09 Thread Ben Burkert
I'm working on tool to automatically run code metrics in the same way as autotest. It's runs rcov, flog, and saikuro right now, and works with rspec and rails. It's hosted at rubyforge: http://rubyforge.org/projects/autometric/ I've got a post on how to configure it with growl: http://benb

Re: [rspec-users] autometric gem

2007-11-09 Thread Pat Maddox
Very nice! Can't wait to check this out. Pat On 11/9/07, Ben Burkert <[EMAIL PROTECTED]> wrote: > I'm working on tool to automatically run code metrics in the same way > as autotest. It's runs rcov, flog, and saikuro right now, and works > with rspec and rails. It's hosted at rubyforge: > > htt