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", #changed this to nested for presentation
                 "--color",
                 "--pattern 
{__FILE__)/spec/isolation/site_namet/**/*_spec.rb",
                 "--format FailingExamplesFormatter --out 
#{file_hole}/failing_examples.txt",
                 "--tag wip",
                 "--tag ~cleanup"]
end

when i load irb then do a 'require 'taza'' it returns true. 

my rubygems v is 1.7.2 so i'll upgrade and try again. 

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to