Skip to content

Instantly share code, notes, and snippets.

@joshuaclayton
Created April 30, 2009 13:23
Show Gist options
  • Save joshuaclayton/104454 to your computer and use it in GitHub Desktop.
Save joshuaclayton/104454 to your computer and use it in GitHub Desktop.
gem "thoughtbot-clearance", :version => "0.6.3", :source => "http://gems.github.com", :lib => "clearance"
gem "aslakhellesoy-cucumber", :version => "0.3.0", :source => "http://gems.github.com", :lib => "cucumber"
gem "giraffesoft-resource_controller", :version => "0.6.1", :source => "http://gems.github.com", :lib => "resource_controller"
generate "cucumber"
generate "clearance"
generate "clearance_features"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment