Sha256: 5882ebcd06b9f1b84901a942f0719921967868f49e0387604229a2fce4be46ef
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
blueprint :apple do 'apple' end attributes(name: 'orange').blueprint :orange do |data| 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/minitest/blueprints.rb |