Skip to content

Commit

Permalink
Add Rake task 'spec'
Browse files Browse the repository at this point in the history
Adds the Rake task 'spec' for consistency
with other Rakefiles in Puppet related projects.
  • Loading branch information
Dan Bode committed Dec 29, 2011
1 parent c73f8ce commit 48407ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -2,5 +2,6 @@ require 'rake'
require 'rspec/core/rake_task'

task :default => :test
task :spec => :test

RSpec::Core::RakeTask.new(:test)

0 comments on commit 48407ca

Please sign in to comment.