Re: [rspec-users] namespaced controllers

2007-11-23 Thread Scott Taylor
On Nov 23, 2007, at 5:27 PM, Kyle Hargraves wrote: > On Nov 23, 2007 3:48 PM, Scott Taylor > <[EMAIL PROTECTED]> wrote: >> >> Out of curiosity, I've seen the following fail: >> >> module Admin >>describe MyController >>... >>end >> end >> >> But this works fine: >> >> describe Admin

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] namespaced controllers

2007-11-23 Thread Kyle Hargraves
On Nov 23, 2007 3:48 PM, Scott Taylor <[EMAIL PROTECTED]> wrote: > > Out of curiosity, I've seen the following fail: > > module Admin >describe MyController >... >end > end > > But this works fine: > > describe Admin::MyController >.. > end How has the top one failed? I use it excl

[rspec-users] namespaced controllers

2007-11-23 Thread Scott Taylor
Out of curiosity, I've seen the following fail: module Admin describe MyController ... end end But this works fine: describe Admin::MyController .. end Why? Scott ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge

Re: [rspec-users] Textmate Bundle Errors

2007-11-23 Thread Andrew Edwards
Sorry, I should add that environment.rb is set as advised in the error message: RAILS_GEM_VERSION = '1.99' unless defined? RAILS_GEM_VERSION -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyfor

[rspec-users] Textmate Bundle Errors

2007-11-23 Thread Andrew Edwards
Hi, Running #rake spec seems to work as expected, however using cmd+r in textmate does not. I assume Textmate has some specific references to rails or ruby which I have not set. I have set the TM_RUBY to /usr/local/bin/ruby as suggested in the RSpec docs. I am running OS X 10.5 with a manually c

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