module RSpec

def self.configure

end
config.format = 'documentation'
RSpec.configure do |config|

== Examples

Yields the global configuration object
def self.configure
  warn_about_deprecated_configure if RSpec.world.example_groups.any?
  yield configuration if block_given?
end