Skip to content

Instantly share code, notes, and snippets.

@heim
Created June 11, 2009 22:01
Show Gist options
  • Save heim/128261 to your computer and use it in GitHub Desktop.
Save heim/128261 to your computer and use it in GitHub Desktop.
Feature: Rake tasks
In order to help my blog development
As a programmer
I want various rake tasks to simplify my life
Scenario: Populate posts table with rake db:populate:posts
Given I have an empty posts table
When I run "rake db:populate:posts"
Then the database should contain one or more posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment