[rspec-users] rspec-core requires rspec-expectations

2010-02-04 Thread Shane Mingins
Hi Just wondering if anyone knows why I am getting this error now ?? gem install rspec-rails --version 1.2.9 --no-ri --no-rdoc ** Thank you for installing rspec-rails-1.2.9 If you are upgrading, do this in each of your rails apps th

Re: [rspec-users] spec_server for test-unit

2010-02-04 Thread David Chelimsky
On Wed, Feb 3, 2010 at 8:41 PM, rogerdpack wrote: >> spec-server was deprecated and removed a few versions back in favor of >> spork, which works with rspec and test/unit AFAIK. > > Right, I was just wondering if there was something that pre-dated > spork, but for test-unit shtuffs...spork does su

Re: [rspec-users] Best practices to managing RSpec code for verylar ge projects?

2010-02-04 Thread Steve Schafer
On Thu, 4 Feb 2010 09:51:08 -0500, you wrote: >It's just a small battle in the never-ending war against the increase >of entropy. > >It may seem hard, but remember the more you fight it the more you >delay the heat death of the universe! Actually, it's just the opposite: Any attempt to reduce lo

Re: [rspec-users] Best practices to managing RSpec code for very large projects?

2010-02-04 Thread J. B. Rainsberger
On Thu, Feb 4, 2010 at 09:40, David Chelimsky wrote: > On Thu, Feb 4, 2010 at 8:09 AM, J. B. Rainsberger > wrote: >> On Thu, Feb 4, 2010 at 00:12, David Mitchell wrote: >> >>> What is the 'best practice' way to structure RSpec code and documentation >>> when testing a very large project, where t

Re: [rspec-users] Passing parameters to Rspec scripts

2010-02-04 Thread J. B. Rainsberger
On Thu, Feb 4, 2010 at 12:35, Levi Conley wrote: > Thanks for the response. That's an interesting approach.  I will try > that and see how far I can get with it. > > If my ruby chops were a little better, I suspect I could find a more > elegant solution.  Any other ideas out there? It sounds lik

Re: [rspec-users] Passing parameters to Rspec scripts

2010-02-04 Thread Levi Conley
Thanks for the response. That's an interesting approach. I will try that and see how far I can get with it. If my ruby chops were a little better, I suspect I could find a more elegant solution. Any other ideas out there? On 2/3/10, Matt Wynne wrote: > One way would be to use an environment v

Re: [rspec-users] Best practices to managing RSpec code for very large projects?

2010-02-04 Thread Matt Wynne
On 4 Feb 2010, at 14:09, J. B. Rainsberger wrote: On Thu, Feb 4, 2010 at 00:12, David Mitchell wrote: What is the 'best practice' way to structure RSpec code and documentation when testing a very large project, where the RSpec code base has to be maintained and extended over a long per

Re: [rspec-users] rSpec 2 covered in the rSpec Book

2010-02-04 Thread Stuart Corbishley
David Chelimsky wrote: > On Thu, Feb 4, 2010 at 8:47 AM, Stuart Corbishley > wrote: >> Is rSpec 2.0 going to be covered at all in the rSpec book, I'm expecting >> delivery of the book as soon as it goes to print, so just curious. > > Unfortunately, no. To cover rspec-2 in the book we'd have to p

Re: [rspec-users] Best practices to managing RSpec code for very large projects?

2010-02-04 Thread Rick DeNatale
On Thu, Feb 4, 2010 at 9:40 AM, David Chelimsky wrote: > On Thu, Feb 4, 2010 at 8:09 AM, J. B. Rainsberger > wrote: >> On Thu, Feb 4, 2010 at 00:12, David Mitchell wrote: >> >>> What is the 'best practice' way to structure RSpec code and documentation >>> when testing a very large project, where

Re: [rspec-users] rSpec 2 covered in the rSpec Book

2010-02-04 Thread David Chelimsky
On Thu, Feb 4, 2010 at 8:47 AM, Stuart Corbishley wrote: > Is rSpec 2.0 going to be covered at all in the rSpec book, I'm expecting > delivery of the book as soon as it goes to print, so just curious. Unfortunately, no. To cover rspec-2 in the book we'd have to push back delivery by a few months,

[rspec-users] rSpec 2 covered in the rSpec Book

2010-02-04 Thread Stuart Corbishley
Is rSpec 2.0 going to be covered at all in the rSpec book, I'm expecting delivery of the book as soon as it goes to print, so just curious. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.

Re: [rspec-users] Best practices to managing RSpec code for very large projects?

2010-02-04 Thread David Chelimsky
On Thu, Feb 4, 2010 at 8:09 AM, J. B. Rainsberger wrote: > On Thu, Feb 4, 2010 at 00:12, David Mitchell wrote: > >> What is the 'best practice' way to structure RSpec code and documentation >> when testing a very large project, where the RSpec code base has to be >> maintained and extended over a

Re: [rspec-users] Best practices to managing RSpec code for very large projects?

2010-02-04 Thread J. B. Rainsberger
On Thu, Feb 4, 2010 at 00:12, David Mitchell wrote: > What is the 'best practice' way to structure RSpec code and documentation > when testing a very large project, where the RSpec code base has to be > maintained and extended over a long period? I don't mean to be glib, but my blink reaction is