Skip to content

Commit

Permalink
Add Rakefile to run the test
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed Nov 14, 2011
1 parent 2d117a0 commit 3723790
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
@@ -0,0 +1,8 @@
#!/usr/bin/env rake

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

task :default => 'test'

0 comments on commit 3723790

Please sign in to comment.