Skip to content

Commit

Permalink
add rake test alias and gitignore coverage folder
Browse files Browse the repository at this point in the history
  • Loading branch information
benben committed May 8, 2012
1 parent 6c5d15e commit 8563a40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ config.yml
*.log
.bundle/
db/*.sqlite3

coverage/
.rvmrc
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Rake::TestTask.new do |t|
t.ruby_opts = ['-r test_helper']
end

#alias shortcut
task :test => 'test:all'

desc "Run all model tests"
Rake::TestTask.new do |t|
t.name = "test:models"
Expand Down

0 comments on commit 8563a40

Please sign in to comment.