Skip to content

Commit

Permalink
Add rake file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Mar 11, 2012
1 parent 6ae1e42 commit d7220d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -0,0 +1,5 @@
require 'rake/testtask'

Rake::TestTask.new do |t|
t.pattern = 'spec/*.rb'
end

0 comments on commit d7220d8

Please sign in to comment.