Skip to content

Commit

Permalink
Don't always assume fallback to Test::Unit
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed May 10, 2012
1 parent a7095a1 commit 6bf0c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/valid_attribute.rb
Expand Up @@ -11,6 +11,6 @@ class NoValues < StandardError; end
require 'valid_attribute/spec'
elsif defined?(MiniTest::Matchers)
require 'valid_attribute/minitest'
else
elsif defined?(Test::Unit)
require 'valid_attribute/test_unit'
end

0 comments on commit 6bf0c1d

Please sign in to comment.