Sha256: bd07fcb9cd0e809770c3af685584a4f8c888be35ccabf0930c31cfa0d62461c5
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
Given /^I create a Transformation::MapValues object for the state column to integer$/ do @map_values = Itiel::Transform::MapValues.new( { "state" => { "active" => 1, "inactive" => 0 }}) end
Version data entries
3 entries across 3 versions & 1 rubygems