Skip to content

Commit

Permalink
enable gemtesters support
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Apr 16, 2011
1 parent 754b3e9 commit baa06d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added .gemtest
Empty file.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ require 'rspec/core/rake_task'
desc "Run all RSpec tests"
RSpec::Core::RakeTask.new(:spec)

task :default => :spec
task :default => :spec
task :test => [:spec]

0 comments on commit baa06d5

Please sign in to comment.