Skip to content

Commit

Permalink
Remove ActiveSupport::TestCase#pending, use skip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 21, 2012
1 parent c05f3b0 commit c8504b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##

* Remove ActiveSupport::TestCase#pending method, use `skip` instead. *Carlos Antonio da Silva*

* Deprecates the compatibility method Module#local_constant_names,
use Module#local_constants instead (which returns symbols). *fxn*

Expand Down
2 changes: 0 additions & 2 deletions activesupport/lib/active_support/test_case.rb
Expand Up @@ -3,7 +3,6 @@
require 'active_support/testing/assertions'
require 'active_support/testing/deprecation'
require 'active_support/testing/declarative'
require 'active_support/testing/pending'
require 'active_support/testing/isolation'
require 'active_support/testing/mochaing'
require 'active_support/core_ext/kernel/reporting'
Expand Down Expand Up @@ -40,7 +39,6 @@ def self.test_order # :nodoc:
include ActiveSupport::Testing::SetupAndTeardown
include ActiveSupport::Testing::Assertions
include ActiveSupport::Testing::Deprecation
include ActiveSupport::Testing::Pending
extend ActiveSupport::Testing::Declarative

# test/unit backwards compatibility methods
Expand Down
20 changes: 0 additions & 20 deletions activesupport/lib/active_support/testing/pending.rb

This file was deleted.

0 comments on commit c8504b1

Please sign in to comment.