Skip to content

Commit

Permalink
Add test and spec rake tasts. Add .gemtest to prepare for the new rub…
Browse files Browse the repository at this point in the history
…ygems-test gem
  • Loading branch information
wingrunr21 committed Feb 2, 2011
1 parent d2db346 commit 6b37d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file added .gemtest
Empty file.
4 changes: 4 additions & 0 deletions Rakefile
@@ -1,2 +1,6 @@
require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :test => :spec

0 comments on commit 6b37d01

Please sign in to comment.