module RSpec::Core::Pending

def skip(*args)

Not using alias method because we explictly want to discard any block.

Backport from RSpec 3 to aid in upgrading.
def skip(*args)
  pending_no_warning(*args)
end