From: Eric Hodel Date: 2010-03-06T03:39:40+09:00 Subject: Re: Test::Unit::Omission - Unable to omit tests On Mar 3, 2010, at 12:57, Champak Ch wrote: > Thanks Dan. I have modified the code snippet I sent earlier to include > the details. I still get the same error. > > require 'test/unit/testsuite' > require 'test/unit/ui/console/testrunner' > require 'rubygems' > gem 'test-unit' > require 'test/unit' If you're going to use the test-unit gem you must require files inside it after gem 'test-unit'