Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Don't load tidy_functionals be default
Browse files Browse the repository at this point in the history
git-svn-id: http://www.infused.org/svn/plugins/test_injector@46 694b6922-ce17-0410-93af-c5f0f3c483be
  • Loading branch information
keithm committed Sep 10, 2006
1 parent 1425961 commit 89d4bb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
if RAILS_ENV == 'test'
require 'test_injector'
require 'test/unit'
require 'tidy_functionals'

# tidy_functionals will break the mocha plugin - use at your own risk
# require 'tidy_functionals'

Test::Unit::TestCase.class_eval do
include TestInjector
Expand Down

0 comments on commit 89d4bb8

Please sign in to comment.