Sha256: f889dacd8f568c12b1c9405915e4ab242ceac5fc02df64e4a1aeba9932e93529

Contents?: true

Size: 592 Bytes

Versions: 5

Compression:

Stored size: 592 Bytes

Contents

##############################################################################
# File::    lock.rb
# Purpose:: Lock testing helpers
# 
# Author::    Jeff McAffee 03/10/2015
# Copyright:: Copyright (c) 2015, kTech Systems LLC. All rights reserved.
# Website::   http://ktechsystems.com
##############################################################################

def create_lock_hash name
  { name: name,
    description: "#{name} Description",
    is_program_lock: false,
    parameters: [
      'Decision',
      'NewTerm'
    ],
    dts: [
      'Current Unpaid Balance',
    ]
  }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
admin_module-0.1.8 spec/support/lock.rb
admin_module-0.1.7 spec/support/lock.rb
admin_module-0.1.6 spec/support/lock.rb
admin_module-0.1.5 spec/support/lock.rb
admin_module-0.1.4 spec/support/lock.rb