Skip to content

Commit dcb6fde

Browse files
author
root
committed
Disable Test::Unit automatic runner
1 parent 93368f6 commit dcb6fde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: spec/root_spec_helper.rb

+3
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@
5353
DatabaseCleaner.clean
5454
end
5555
end
56+
57+
# Disable Test::Unit automatic runner
58+
Test::Unit::AutoRunner.need_auto_run = false if defined?(Test::Unit::AutoRunner)

0 commit comments

Comments
 (0)