Skip to content

Commit

Permalink
Load MiniTest when required. [fixes github:4]
Browse files Browse the repository at this point in the history
Rails checks for the MiniTest constant and expects it to be loaded if it exists.
  • Loading branch information
blowmage committed Aug 17, 2011
1 parent b34fdb0 commit 91b4f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/minitest-rails.rb
@@ -1,4 +1,5 @@
require "rails"
require "minitest/unit"

module MiniTest
module Rails
Expand Down

0 comments on commit 91b4f52

Please sign in to comment.