Re: [rspec-users] Rspec 1.1.2 on Windows

2008-01-23 Thread Luis Lavena
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

Re: [rspec-users] Rspec 1.1.2 on Windows

2008-01-22 Thread BenFyvie
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

Re: [rspec-users] Rspec 1.1.2 on Windows

2008-01-22 Thread BenFyvie
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

Re: [rspec-users] Rspec 1.1.2 on Windows

2008-01-22 Thread Luis Lavena
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

Re: [rspec-users] Rspec 1.1.2 on Windows

2008-01-22 Thread BenFyvie
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

Re: [rspec-users] Rspec 1.1.2 on Windows

2008-01-21 Thread Luis Lavena
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

[rspec-users] Rspec 1.1.2 on Windows

2008-01-21 Thread BenFyvie
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