Skip to content

Commit

Permalink
Have rake run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Oct 13, 2014
1 parent 81371e9 commit 26ada49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ task :generate do
models_file.close

end

require 'rake/testtask'
Rake::TestTask.new do |t|
t.pattern = "test/**/*_test.rb"
end

task :default => :test

0 comments on commit 26ada49

Please sign in to comment.