Skip to content

Commit

Permalink
Adding spec as the rake default task
Browse files Browse the repository at this point in the history
  • Loading branch information
aitherios committed Dec 12, 2013
1 parent 9912658 commit 9d897e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -36,3 +36,7 @@ Rake::RDocTask.new do |rdoc|
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: [:spec]

0 comments on commit 9d897e3

Please sign in to comment.