module Rspec::PendingFor

Use with Rspec by including in your example groups, just like any other Rspec helpers:

RSpec.configure do |c|
  c.include Rspec::PendingFor
end