diff options
Diffstat (limited to 'chef-config/Rakefile')
-rw-r--r-- | chef-config/Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chef-config/Rakefile b/chef-config/Rakefile index ac088852cf..151c2754c3 100644 --- a/chef-config/Rakefile +++ b/chef-config/Rakefile @@ -11,4 +11,3 @@ desc "Run standard specs" RSpec::Core::RakeTask.new(:spec) do |t| t.pattern = FileList["spec/**/*_spec.rb"] end - |