aboutsummaryrefslogtreecommitdiffstats
path: root/lib/minitest/spec.rb
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-01 08:40:53 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-01 08:40:53 +0000
commitee9e8f82d4baccd90e82d8a0acd75001aa495b0f (patch)
tree9880659dfdca88b8e2d247d01fbd64a01cab9573 /lib/minitest/spec.rb
parent09fb7189ec8b886b356618274b6b7b5bcc4aebe8 (diff)
downloadruby-ee9e8f82d4baccd90e82d8a0acd75001aa495b0f.tar.gz
Imported minitest 1.7.1 r5835
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/minitest/spec.rb')
-rw-r--r--lib/minitest/spec.rb15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/minitest/spec.rb b/lib/minitest/spec.rb
index 59b4c6536c..43f1c6ca09 100644
--- a/lib/minitest/spec.rb
+++ b/lib/minitest/spec.rb
@@ -55,7 +55,7 @@ Object.infect_with_assertions(:must, :wont,
/_in_/ => '_be_within_',
/_operator/ => '_be',
/_includes/ => '_include',
- /(must|wont)_(.*_of|nil|empty)/ => '\1_be_\2',
+ /(must|wont)_(.*_of|nil|silent|empty)/ => '\1_be_\2',
/must_raises/ => 'must_raise')
class Object
@@ -84,6 +84,7 @@ module Kernel
stack.push cls
cls.class_eval(&block)
stack.pop
+ cls
end
private :describe
end
@@ -203,6 +204,10 @@ class MiniTest::Spec < MiniTest::Unit::TestCase
# See MiniTest::Assertions#assert_same
##
+ # :method: must_be_silent
+ # See MiniTest::Assertions#assert_silent
+
+ ##
# :method: must_be_within_delta
# See MiniTest::Assertions#assert_in_delta
@@ -223,6 +228,10 @@ class MiniTest::Spec < MiniTest::Unit::TestCase
# See MiniTest::Assertions#assert_match
##
+ # :method: must_output
+ # See MiniTest::Assertions#assert_output
+
+ ##
# :method: must_raise
# See MiniTest::Assertions#assert_raises
@@ -271,6 +280,10 @@ class MiniTest::Spec < MiniTest::Unit::TestCase
# See MiniTest::Assertions#refute_in_delta
##
+ # :method: wont_be_within_delta
+ # See MiniTest::Assertions#refute_in_delta
+
+ ##
# :method: wont_be_within_epsilon
# See MiniTest::Assertions#refute_in_epsilon