module RSpec::DocumentRequests
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/rspec/document_requests.rb, line 13 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/rspec/document_requests.rb, line 17 def self.configure yield self.configuration end