module RSpec::Bash

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/rspec/bash.rb, line 18
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/rspec/bash.rb, line 22
def self.configure(&block)
  yield configuration
end