Skip to content

Commit

Permalink
Updating rakefile to support rake spec
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Jan 9, 2009
1 parent 3a37e40 commit c126bc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -14,6 +14,13 @@ task :install do
end
end

desc "Run the rspec tests"
task :spec do
gems.each do |dir|
Dir.chdir(dir) { sh "rake spec" }
end
end

namespace :dev do
desc "Install a Devel instance of Chef with the example-repository"
task :install do
Expand Down

0 comments on commit c126bc2

Please sign in to comment.