Skip to content

Commit

Permalink
Added Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dv committed Aug 5, 2011
1 parent 44f518e commit c541095
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -0,0 +1,7 @@
task :default => :spec
task :test => :spec

desc "Run specs"
task :spec do
exec "rspec spec/redis_spec.rb"
end

0 comments on commit c541095

Please sign in to comment.