module Swat::TestWorld

Public Class Methods

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