class UxSpec::Configuration

Attributes

token[RW]
uxspec_uri[RW]

Public Class Methods

new() click to toggle source
# File lib/rspec/ui.rb, line 62
def initialize
  @token      = nil
  @uxspec_uri = 'uxspec.com'
end