Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-23 Thread James B. Byrne
On Fri, November 23, 2007 23:24, David Chelimsky wrote: > > That's a bug. Please report bugs to http://rspec.lighthouseapp.com/. Your bug sir: Ticket #139 James B. Byrne version.rb in trunk missing svn last changed number Regards, -- *** E-Mail is NOT a SECURE channel *** J

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-23 Thread James B. Byrne
On Fri, November 23, 2007 23:08, James B. Byrne wrote: > I found this message: > > Now, the version.rb that is loaded from > http://rspec.rubyforge.org/svn/trunk/rspec > has only this: > > ---> > module Spec > module VERSION > unless defined? MAJOR > MAJOR = 1 > MINOR = 1 >

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-23 Thread David Chelimsky
On Nov 23, 2007 10:08 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > I found this message: > > ---> > aslak hellesoy aslak.hellesoy at gmail.com > Wed Nov 1 14:00:03 EST 2006 > > * Previous message: [rspec-devel] [ rspec-Bugs-6411 ] Can't run Rails > specs with ruby > * Next message: [rspe

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-23 Thread James B. Byrne
I found this message: ---> aslak hellesoy aslak.hellesoy at gmail.com Wed Nov 1 14:00:03 EST 2006 * Previous message: [rspec-devel] [ rspec-Bugs-6411 ] Can't run Rails specs with ruby * Next message: [rspec-devel] script/generate rspec issue on trunk (rev 1021) * Messages sorted by: [

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-23 Thread David Chelimsky
On Nov 23, 2007 9:07 AM, James B. Byrne <[EMAIL PROTECTED]> wrote: > The same error occurs on both Linux CentOS 5 and MicroSoft Windows XP pro. > Rails 1.2.5/1.2.5 Ruby 1.8.5/1.8.5 PostgreSQL 8.1.9 / 8.2.5 Unfortunately, I don't have these environments set up so somebody else is going to have to h

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-23 Thread James B. Byrne
On Thu, November 22, 2007 17:42, David Chelimsky wrote: model product. When I run rake >> spec:models I get the same error. > > Did you run this? > > ruby script/generate rspec > > Here's the order of things: > > rails pragdepot > cd pragdepot > ruby script/plugin install http://rspec.rubyforge.o

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-22 Thread James B. Byrne
On Thu, November 22, 2007 17:42, David Chelimsky wrote: > > Did you run this? > > ruby script/generate rspec > Yes I did. I forgot to report this however. > Here's the order of things: > > rails pragdepot > cd pragdepot > ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec > rub

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-22 Thread David Chelimsky
On Nov 22, 2007 4:06 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > > On Thu, November 22, 2007 16:31, David Chelimsky wrote: > > > > > RSpec 1.0.8 supports rails 1.2.3 or earlier. If you want to work w/ > > anything later than Rails 1.2.3 you'll need rspec's trunk. > > ___

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-22 Thread James B. Byrne
On Thu, November 22, 2007 16:31, David Chelimsky wrote: > > RSpec 1.0.8 supports rails 1.2.3 or earlier. If you want to work w/ > anything later than Rails 1.2.3 you'll need rspec's trunk. > ___ > rspec-users mailing list > rspec-users@rubyforge.org > h

[rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-22 Thread James B. Byrne
Rails 1.2.5 Ruby 1.8.6 Rake 0.7.3 RSpec 1.0.8 PostgreSQL 8.2.5 I am experiencing a problem with the "rake spec spec" task on an initial trial of rspec. After creating the rails app I installed rspec and rspec_on_rails in the vendor\plugins subdirectory from svn. I then used ruby script\generate

Re: [rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-22 Thread David Chelimsky
On Nov 22, 2007 3:29 PM, James B. Byrne <[EMAIL PROTECTED]> wrote: > ENV > > Rails 1.2.5 > Ruby 1.8.6 > Rake 0.7.3 > RSpec 1.0.8 RSpec 1.0.8 supports rails 1.2.3 or earlier. If you want to work w/ anything later than Rails 1.2.3 you'll need rspec's trunk. __

[rspec-users] Initial run of RSpec 1.0.8 on MS-WinXPproSP2

2007-11-22 Thread James B. Byrne
ENV Rails 1.2.5 Ruby 1.8.6 Rake 0.7.3 RSpec 1.0.8 PostgreSQL 8.2.5 MicroSoft Windows XP pro SP2 I am experiencing a problem with the "rake spec spec\models" task on an initialtrial of rspec. After creating the rails app I installed rspec and rspec_on_rails in the vendor\plugins subdirectory from