Skip to content

Commit

Permalink
Renamed README_FOR_TEMPLATE to README_FOR_SUSPENDERS; added hoptoad r…
Browse files Browse the repository at this point in the history
…eminder; fixed rspec generator in the cucumber features
  • Loading branch information
jferris committed Sep 28, 2010
1 parent fbf39d8 commit 4e7c5bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/rake_clean.feature
Expand Up @@ -9,7 +9,7 @@ Feature: Rake works in the suspended project

Scenario: Making a spec then running rake
When I drop and create the required databases
And I generate "rspec_model post title:string"
And I generate "model post title:string"
And I run the rake task "db:migrate"
And I run the rake task "spec"
Then I see a successful response in the shell
File renamed without changes.
5 changes: 4 additions & 1 deletion template/suspenders.rb
Expand Up @@ -80,7 +80,7 @@ def trout(destination_path)

say "Documentation"

copy_file "README_FOR_TEMPLATE", "doc/README_FOR_TEMPLATE"
copy_file "README_FOR_SUSPENDERS", "doc/README_FOR_SUSPENDERS"

say "Get ready for bundler... (this will take a while)"

Expand Down Expand Up @@ -138,3 +138,6 @@ def trout(destination_path)

route "root :to => 'Clearance::Sessions#new'"

say "Congratulations! You just pulled our suspenders."
say "Remember to run 'rails generate hoptoad' with your API key."

0 comments on commit 4e7c5bd

Please sign in to comment.