Buildr::TestFramework::TestResult::YamlFormatter uses a deprecated form of
example_pending
------------------------------------------------------------------------------------------
Key: BUILDR-344
URL: https://issues.apache.org/jira/browse/BUILDR-344
Project: Buildr
Issue Type: Bug
Environment: Any
Reporter: Rhett Sutphin
Priority: Minor
Fix For: 1.3.5
Running rspec specs with rspec 1.2.6 (the version used by default in buildr
1.3.5) produces this huge warning for every pending spec:
*********************************************************************
DEPRECATION WARNING: RSpec's formatters have changed example_pending
to accept two arguments instead of three. Please see the rdoc
for Spec::Runner::Formatter::BaseFormatter#example_pending
for more information.
Please update any custom formatters to accept only two arguments
to example_pending. Support for example_pending with two arguments
and this warning message will be removed after the RSpec 2.0 release.
*********************************************************************
It does not appear that YamlFormatter uses the third parameter to
example_pending, so it will probably trivial to remove it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.