module Swat::RspecSetup
Public Instance Methods
swat(opts = nil)
click to toggle source
# File lib/swat/rspec_setup.rb, line 4 def swat(opts = nil) options = opts || {} init_tw options init_capybara options init_ui options end