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.3.0 features/app/blueprints.rb
pickle-0.2.12 features/app/blueprints.rb
pickle-0.2.11 features/app/blueprints.rb
pickle-0.2.10 features/app/blueprints.rb
pickle-0.2.9 features/app/blueprints.rb
pickle-0.2.8 features/app/blueprints.rb
pickle-0.2.7 features/app/blueprints.rb
pickle-0.2.6 features/app/blueprints.rb
pickle-0.2.5 features/app/blueprints.rb
pickle-0.2.4 features/app/blueprints.rb
pickle-0.2.3 features/app/blueprints.rb
pickle-0.2.2 features/app/blueprints.rb
kbaum-pickle-0.2.1.4 features/app/blueprints.rb
kbaum-pickle-0.2.1.3 features/app/blueprints.rb
kbaum-pickle-0.2.1.2 features/app/blueprints.rb
kbaum-pickle-0.2.1.1 features/app/blueprints.rb
pickle-0.2.1 features/app/blueprints.rb
pickle-0.2.0 features/app/blueprints.rb
pickle-0.1.23 features/app/blueprints.rb
pickle-0.1.22 features/app/blueprints.rb