diff --git a/.gemtest b/.gemtest new file mode 100644 index 0000000..e69de29 diff --git a/Rakefile b/Rakefile index 14cfe0b..7c57c24 100644 --- a/Rakefile +++ b/Rakefile @@ -1,2 +1,6 @@ require 'bundler' Bundler::GemHelper.install_tasks +require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new(:spec) +task :test => :spec \ No newline at end of file