DEBSOURCES
Skip Quicknav
sources / ruby-rspec-pending-for / 0.1.3-3 / lib / rspec / pending_for / rspec.rb
12345678
require "rspec/core" begin RSpec.configure do |c| c.include Rspec::PendingFor end rescue NameError # Rspec really should be loaded by now... end