Sha256: ac144820541804767ad9361b2fdf3ea18a129961f107bc044d6da46261f72d10
Contents?: true
Size: 354 Bytes
Versions: 34
Compression:
Stored size: 354 Bytes
Contents
# Helper for the fieldset to create valid attributes and other data used in multiple tests module FieldsetHelper # attributes for a fieldset # @returns [Hash] all attributes needed to pass validations def valid_attributes { :name => "Hire Form", :description => "Hire a person for a job", :nkey => "hire_form" } end end
Version data entries
34 entries across 34 versions & 1 rubygems