diff --git a/Rakefile b/Rakefile index c47adaf..7cb8e2c 100644 --- a/Rakefile +++ b/Rakefile @@ -12,3 +12,5 @@ YARD::Rake::YardocTask.new do |t| end RSpec::Core::RakeTask.new + +task :default => [:spec] \ No newline at end of file