Skip to content

Instantly share code, notes, and snippets.

@danieljohnmorris
Created January 2, 2012 17:19
Show Gist options
  • Save danieljohnmorris/1551421 to your computer and use it in GitHub Desktop.
Save danieljohnmorris/1551421 to your computer and use it in GitHub Desktop.
alias rf='rake features'
# For running specific features.
function rff {
rake features FEATURE=features/"$1".feature
}
# For running specific line numbers
function rffl {
cucumber features/"$1".feature:"$2"
}
@danieljohnmorris
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment