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