Sha256: abccbab8df81f48cd5449b6731dc4bc577ba18c89d85c99662c4352e31cdfe86

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

blueprint :apple do
  'apple'
end

attributes(name: 'orange').blueprint(:orange) do |data|
  data.attributes[:name]
end.blueprint(:new) do |data|
  "new #{data.attributes[:name]}"
end

blueprint :global_cherry, name: 'cherry' do |data|
  data.attributes[:name]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blueprints_boy-1.0.0 integration/rspec/blueprints.rb