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
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
>
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
> >
ok then sorry. it's all fine.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
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
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
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
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
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