Re: [rspec-users] rspec output on windows

2012-01-16 Thread Thomas Krebs
thanks - that worked! -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] rspec output on windows

2012-01-16 Thread Luis Lavena
On Mon, Jan 16, 2012 at 5:41 PM, Thomas Krebs wrote: > I have rails 3.1.3 and rspec 2.8.0 on windows 7 (32bit) installed. > When running rspec I receive the following output: > > ←[32m.←[0m←[32m.←[0m > > Finished in 0.33 seconds > ←[32m2 examples, 0 failures←[0m > > I have no glue how to get rid o

[rspec-users] rspec output on windows

2012-01-16 Thread Thomas Krebs
I have rails 3.1.3 and rspec 2.8.0 on windows 7 (32bit) installed. When running rspec I receive the following output: ←[32m.←[0m←[32m.←[0m Finished in 0.33 seconds ←[32m2 examples, 0 failures←[0m I have no glue how to get rid of the "special characters". Since I am new to rails I appreciate any