On Jan 22, 2008 2:58 PM, BenFyvie <[EMAIL PROTECTED]> wrote:
>
> Thanks for your quick response Luis!
>
> I've actually gone to the extent of creating a brand spankin new rails
> project, installed the plugins, ran the bootstrap, created a simple table
> with a simple test and I get the same proble
Luis Lavena wrote:
>
> On Jan 22, 2008 2:08 PM, BenFyvie <[EMAIL PROTECTED]> wrote:
>>
>>
>> Thanks Luis,
>>
>> I used the code in your lighthouse case and I am now able to load the
>> win32console gem. However I am still not able to run tests because of
>> the
>> second problem I that I menti
Luis Lavena wrote:
>
> On Jan 22, 2008 2:08 PM, BenFyvie <[EMAIL PROTECTED]> wrote:
>>
>>
>> Thanks Luis,
>>
>> I used the code in your lighthouse case and I am now able to load the
>> win32console gem. However I am still not able to run tests because of
>> the
>> second problem I that I menti
On Jan 22, 2008 2:08 PM, BenFyvie <[EMAIL PROTECTED]> wrote:
>
>
> Thanks Luis,
>
> I used the code in your lighthouse case and I am now able to load the
> win32console gem. However I am still not able to run tests because of the
> second problem I that I mentioned before with the uninitialized co
Luis Lavena wrote:
>
> On Jan 21, 2008 6:53 PM, BenFyvie <[EMAIL PROTECTED]> wrote:
>>
>> I am using Rspec 1.1.2 on Windows XP SP2
>>
>> I am receiving the following error when I run 'rake spec' from a brand
>> new
>> project:
>> C:/SVN_Projects/rspec/vendor/plugins/rspec/lib/spec/runner/options
On Jan 21, 2008 6:53 PM, BenFyvie <[EMAIL PROTECTED]> wrote:
>
> I am using Rspec 1.1.2 on Windows XP SP2
>
> I am receiving the following error when I run 'rake spec' from a brand new
> project:
> C:/SVN_Projects/rspec/vendor/plugins/rspec/lib/spec/runner/options.rb:107:in
> `colour=': You must ge
I am using Rspec 1.1.2 on Windows XP SP2
I am receiving the following error when I run 'rake spec' from a brand new
project:
C:/SVN_Projects/rspec/vendor/plugins/rspec/lib/spec/runner/options.rb:107:in
`colour=': You must gem install win32console to use colour on Windows
(RuntimeError)
I have th