Sha256: 1c799393bc78ad6b7506046c7cf45883aa59c2c15c65f36415f099b3a65ccba5

Contents?: true

Size: 190 Bytes

Versions: 46

Compression:

Stored size: 190 Bytes

Contents

# Blueprints
require 'machinist/active_record'

Sham.spoon_name { |i| "Spoon #{i}" }

Spoon.blueprint do
  name { Sham.spoon_name }
end

# reset shams between scenarios
Before { Sham.reset }

Version data entries

46 entries across 46 versions & 4 rubygems

Version Path
pickle-0.4.11 features/app/blueprints.rb
pickle-0.4.10 features/app/blueprints.rb
pickle-0.4.9 features/app/blueprints.rb
pickle-0.4.8 features/app/blueprints.rb
pickle-0.4.7 features/app/blueprints.rb
pickle-0.4.6 features/app/blueprints.rb
pickle-0.4.5 features/app/blueprints.rb
pickle-0.4.4 features/app/blueprints.rb
judit-pickle-0.4.2 features/app/blueprints.rb
pickle-0.4.3 features/app/blueprints.rb
pickle-has_many_support-0.4.2 features/app/blueprints.rb
pickle-0.4.2 features/app/blueprints.rb
pickle-0.4.1 features/app/blueprints.rb
pickle-0.4.0 features/app/blueprints.rb
pickle-0.3.5 features/app/blueprints.rb
pickle-0.3.4 features/app/blueprints.rb
pickle-0.3.3 features/app/blueprints.rb
pickle-0.3.2 features/app/blueprints.rb
pickle-0.3.1 features/app/blueprints.rb
pickle-has_many_support-0.3.1 features/app/blueprints.rb