diff options
author | Luke Kanies <luke@madstop.com> | 2007-08-23 11:52:58 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-08-23 11:52:58 -0500 |
commit | 3d68ed66ca7545c26b83a4c921d21f5aad710ee0 (patch) | |
tree | 7e478747b034bbdab3f6cfd732d048e0d0773acf | |
parent | 58494cc8566da04711715e54274f472377b1aba0 (diff) | |
download | puppet-3d68ed66ca7545c26b83a4c921d21f5aad710ee0.tar.gz puppet-3d68ed66ca7545c26b83a4c921d21f5aad710ee0.tar.xz puppet-3d68ed66ca7545c26b83a4c921d21f5aad710ee0.zip |
Oops, left out the spec rake file from the main spec commit
-rw-r--r-- | spec/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/Rakefile b/spec/Rakefile index 5d0b7cc07..40d107312 100644 --- a/spec/Rakefile +++ b/spec/Rakefile @@ -7,3 +7,4 @@ Spec::Rake::SpecTask.new('unit') do |t| t.spec_files = FileList['unit/**/*.rb'] end +task :default => [:unit] |