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
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
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
>
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
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: [
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
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
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
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
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
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
11 matches
Mail list logo