File: rspec.rb

package info (click to toggle)
ruby-rspec-pending-for 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 124 kB
  • sloc: ruby: 110; makefile: 3; sh: 3
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
require "rspec/core"
begin
  RSpec.configure do |c|
    c.include Rspec::PendingFor
  end
rescue NameError
  # Rspec really should be loaded by now...
end