Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 21, 2010
1 parent f3254ed commit 14dcb92
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions spec/blueprints.rb
Expand Up @@ -19,6 +19,7 @@
as_a { "user" }
in_order { Faker::Lorem.sentence }
i_want { Faker::Lorem.sentence }
path { "#{RAILS_ROOT}/features/plain/tag_cloud.feature" }
}

Story.blueprint {
Expand All @@ -27,16 +28,4 @@

Step.blueprint {
title { Sham.step }
}

def machine_fixtures
3.times {
Project.make
}
end

def project_with_features(attributes = {})
Project.make(attributes) do |project|
3.times { project.features.make }
end
end
}

0 comments on commit 14dcb92

Please sign in to comment.