Initial Chef repository
This commit is contained in:
10
cookbooks/chef-solo-search/Rakefile
Normal file
10
cookbooks/chef-solo-search/Rakefile
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env rake
|
||||
require "rake/testtask"
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.pattern = "tests/test_*.rb"
|
||||
t.libs = %w(libraries)
|
||||
end
|
||||
|
||||
desc "Run tests"
|
||||
task :default => :test
|
||||
Reference in New Issue
Block a user