diff --git a/.gemtest b/.gemtest new file mode 100644 index 0000000..e69de29 diff --git a/Rakefile b/Rakefile index 9c7d92a..1d30ae4 100644 --- a/Rakefile +++ b/Rakefile @@ -7,3 +7,4 @@ require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec +task :test => :spec