Sha256: 176069385c34ff27e94ea02c44f82ee0ba6b1d6d55dabedeefc52b74380a9783
Contents?: true
Size: 360 Bytes
Versions: 36
Compression:
Stored size: 360 Bytes
Contents
# Helper for the fieldset to create valid attributes and other data used in multiple tests module FieldHtmlAttributeHelper # attributes for a html attribute # @returns [Hash] all attributes needed to pass validations def valid_attributes { :id => 1, :field_id => 1, :attribute_name => "class", :value => "on" } end end
Version data entries
36 entries across 36 versions & 1 rubygems