Skip to content

Commit

Permalink
I had to add the require 'test/unit' in order for Rails to start for …
Browse files Browse the repository at this point in the history
…new Rails 2.3.2
  • Loading branch information
grempe committed Mar 16, 2009
1 parent e39a079 commit 69910d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/unit_test_helper.rb
@@ -1,3 +1,5 @@
require 'test/unit'

module Test #:nodoc:
module Unit #:nodoc:
# This module is included into Test::Unit::TestCase and in that way is available in your test cases.
Expand Down

0 comments on commit 69910d8

Please sign in to comment.