Sha256: 90df321f46311c6aa25edf0614244869a3fb917811e57a2f0527f5e3f4568b79

Contents?: true

Size: 113 Bytes

Versions: 34

Compression:

Stored size: 113 Bytes

Contents

# frozen_string_literal: true

class LoginConfig < Sinclair::Config
  add_configs :password, username: 'bob'
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
sinclair-1.6.7 spec/support/models/login_config.rb
sinclair-1.6.6 spec/support/models/login_config.rb
sinclair-1.6.5 spec/support/models/login_config.rb
sinclair-1.6.4 spec/support/models/login_config.rb
sinclair-1.6.3 spec/support/models/login_config.rb
sinclair-1.6.2 spec/support/models/login_config.rb
sinclair-1.6.1 spec/support/models/login_config.rb
sinclair-1.6.0 spec/support/models/login_config.rb
sinclair-1.5.2 spec/support/models/login_config.rb
sinclair-1.5.1 spec/support/models/login_config.rb
sinclair-1.5.0 spec/support/models/login_config.rb
sinclair-1.4.2 spec/support/models/login_config.rb
sinclair-1.4.1 spec/support/models/login_config.rb
sinclair-1.4.0 spec/support/models/login_config.rb