From 6c2cbc6fff719fcd2a191c621ab41ed7ac917e67 Mon Sep 17 00:00:00 2001 From: kennyj Date: Sat, 1 Jun 2013 13:16:32 +0900 Subject: Remove active_support/testing/pending.rb was deprecated. --- activesupport/lib/active_support/testing/pending.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 activesupport/lib/active_support/testing/pending.rb (limited to 'activesupport/lib/active_support/testing') diff --git a/activesupport/lib/active_support/testing/pending.rb b/activesupport/lib/active_support/testing/pending.rb deleted file mode 100644 index b04bbbbaea..0000000000 --- a/activesupport/lib/active_support/testing/pending.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'active_support/deprecation' - -module ActiveSupport - module Testing - module Pending # :nodoc: - unless defined?(Spec) - def pending(description = "", &block) - ActiveSupport::Deprecation.warn("#pending is deprecated and will be removed in Rails 4.1, please use #skip instead.") - skip(description.blank? ? nil : description) - end - end - end - end -end -- cgit v1.2.3