You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Rhett Sutphin (JIRA)" <ji...@apache.org> on 2009/11/17 04:27:39 UTC

[jira] Created: (BUILDR-344) Buildr::TestFramework::TestResult::YamlFormatter uses a deprecated form of example_pending

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.


[jira] Resolved: (BUILDR-344) Buildr::TestFramework::TestResult::YamlFormatter uses a deprecated form of example_pending

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-344.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.5)
                   1.4

Fixed.

Sending        CHANGELOG
Sending        lib/buildr/java/test_result.rb
Sending        spec/java/bdd_spec.rb
Transmitting file data ...
Committed revision 881542.

And I just noticed JtestR 0.5 was released so time to update that one too!

> 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.4
>
>
> 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.