Skip to content

Commit

Permalink
Updated .gitignore and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mseppae committed Jul 15, 2008
1 parent 8fc626f commit ddfdfe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ config/deploy.rb
config/database.yml
log/*.log
db/*.sqlite3
db/schema.rb
tmp
tmp/**/*
public/assets/*
Expand All @@ -11,3 +12,4 @@ public/images/themes/*
public/javascripts/cache/*
public/stylesheets/cache/*
themes/site-*
*.swp
4 changes: 2 additions & 2 deletions README
Expand Up @@ -35,7 +35,7 @@ or a path glob specification like `spec/controllers/blog*`

E.g.

script/spec -O spec/spec.opts spec # will run all stories
script/spec -O spec/spec.opts spec # will run all specs
script/spec -O spec/spec.opts spec/controllers/blog_controller_spec.rb # will run the blog_controller spec
ruby stories/run.rb stories/stories/*routes* # will run all routes specs

Expand All @@ -52,4 +52,4 @@ E.g.

ruby stories/run.rb stories # will run all stories
ruby stories/run.rb stories/stories/login.txt # will run the login story
ruby stories/run.rb stories/stories/blog* # will run all blog stories
ruby stories/run.rb stories/stories/blog* # will run all blog stories

0 comments on commit ddfdfe6

Please sign in to comment.