Updated Sensei for 2.0.0

Add support for Ruby 2.0.0
This commit is contained in:
mfeckie
2013-04-06 11:31:32 +08:00
parent 2df8e5554d
commit 405c42eb81

View File

@@ -147,7 +147,7 @@ module EdgeCase
AssertionError = Test::Unit::AssertionFailedError
end
in_ruby_version("1.9") do
in_ruby_version("1.9", "2.0") do
if defined?(MiniTest)
AssertionError = MiniTest::Assertion
else