Skip to content

Commit

Permalink
Opt-in for testing with rubygems-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 27, 2011
1 parent 135da04 commit bb18a64
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
Expand Up @@ -2,7 +2,8 @@
require 'bundler' require 'bundler'
Bundler::GemHelper.install_tasks Bundler::GemHelper.install_tasks


task :default => ["spec", "test:conformance"] task :default => ['spec', 'test:conformance']
task :test => :spec


require 'rspec/core/rake_task' require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) RSpec::Core::RakeTask.new(:spec)
Expand Down

0 comments on commit bb18a64

Please sign in to comment.