Author: lacton
Date: Sun Oct 12 10:04:18 2008
New Revision: 703848
URL: http://svn.apache.org/viewvc?rev=703848&view=rev
Log:
Comment consistency
Modified:
incubator/buildr/trunk/spec/spec_helpers.rb
Modified: incubator/buildr/trunk/spec/spec_helpers.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/spec_helpers.rb?rev=703848&r1=703847&r2=703848&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/spec_helpers.rb (original)
+++ incubator/buildr/trunk/spec/spec_helpers.rb Sun Oct 12 10:04:18 2008
@@ -74,7 +74,7 @@
MessageWithSeverityMatcher.new :info, message
end
- # Tests if a warning was issued. You can use a string or regular
expression.
+ # Test if a warning was shown. You can use a string or regular expression.
#
# For example:
# lambda { warn 'ze test' }.should show_warning(/ze test/)