Skip to content

Commit

Permalink
Update machinist in pickle cucumber tests for latest machinist
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Jul 9, 2009
1 parent c8a1191 commit b524e15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion features/app/blueprints.rb
@@ -1,8 +1,11 @@
# Blueprints
require 'machinist'
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 }

0 comments on commit b524e15

Please sign in to comment.