module Swat::Capybara

Public Class Methods

config() click to toggle source
# File lib/sw2at-capybara.rb, line 11
def self.config
  @config
end
setup(rspec_config, opts = {}) click to toggle source
# File lib/sw2at-capybara.rb, line 7
def self.setup(rspec_config, opts = {})
  @config ||= Config.new(rspec_config, opts)
end