Mon Aug 13 05:49:27 EST 2007 Matt Palmer * Remove unnecessary test/unit require, so we don't get spurious test suite runs in Rake diff -rN -u old-bugfixes/lib/fixture_references.rb new-bugfixes/lib/fixture_references.rb --- old-bugfixes/lib/fixture_references.rb 2008-10-20 23:31:07.167881557 +1100 +++ new-bugfixes/lib/fixture_references.rb 2008-10-20 23:31:07.175879204 +1100 @@ -1,4 +1,3 @@ -require 'test/unit' require 'active_record/fixtures' module PluginAWeek #:nodoc: @@ -141,4 +140,4 @@ Fixtures.class_eval do include PluginAWeek::Migrations::FixtureReferences -end \ No newline at end of file +end