I am having a problem with using the test-unit gem I get a NoMethodError when I simply do require 'test/unit/assertions' #I've also used just require 'test/unit' def test assert_equal(true, true) end test Sorry for such a simple question -- Posted via http://www.ruby-forum.com/.