Navigation Menu

Skip to content

Commit

Permalink
Add rake test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuda committed Jul 10, 2012
1 parent bd6a642 commit 0f2d6ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -1,2 +1,9 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
require "bundler/setup"

task :default do
system "rspec"
end

task :test => :default
1 change: 1 addition & 0 deletions remote_notifications.gemspec
Expand Up @@ -17,4 +17,5 @@ Gem::Specification.new do |gem|

gem.add_dependency "activesupport", ">= 3.0.15", "< 4.0"
gem.add_development_dependency "rspec"
gem.add_development_dependency "rake"
end

0 comments on commit 0f2d6ea

Please sign in to comment.