提交 49543792 编写于 作者: C Carl Lerche

Remove stray checks for Rspec in the testing setup.

上级 7d548f79
......@@ -15,12 +15,6 @@ def self.name
end
end
if defined?(Spec)
class << self
alias_method :test, :it
end
end
end
end
......
......@@ -10,8 +10,6 @@ def self.included(base)
if defined?(MiniTest::Assertions) && TestCase < MiniTest::Assertions
include ForMiniTest
elsif defined? Spec
include ForRspec
else
include ForClassicTestUnit
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册