Re: [wtr-general] strange taza error on windows 7

2012-02-06 Thread hillary
i'm requiring it in my rake task. RSpec::Core::RakeTask.new(:wip) do |t| time = Time.now $time = time.strftime("%y%m%d_%H%M") file_hole = "artifacts/#{$time}" t.rspec_opts = ["--require taza", "--format html --out #{file_hole}/index.html", "--format p",

Re: [wtr-general] strange taza error on windows 7

2012-02-03 Thread bis
maybe look at where you are requiring taza I just did 2 installs on windows 7 vm's 1.9.2 and 1.9.3 with rubygems version 1.8.15 and they both worked for me On Fri, Feb 3, 2012 at 8:10 PM, hillary wrote: > i am not. > > I'm really confused too. It was working on win7 just before i upgraded to > t

Re: [wtr-general] strange taza error on windows 7

2012-02-03 Thread hillary
i am not. I'm really confused too. It was working on win7 just before i upgraded to the newest version of taza. I have both those versions installed on my win7 box. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups

Re: [wtr-general] strange taza error on windows 7

2012-02-03 Thread bis
Are you using the bundler gem? I have not seen this before and i just did a fresh install on a windows 7 box rake 0.9.2.2 taza 0.9.1.2 On Fri, Feb 3, 2012 at 7:30 PM, hillary wrote: > I run my test suite on two environments xp and win7. Everything is running > fine on xp, but when i run my tes