summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-01-27 13:20:57 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-01-27 15:29:33 -0800
commit5c13830161279320b26efa5889175c28a8e65b3c (patch)
tree845b0b11ff51dbe5af8e4e1d4d8b532500ab41c7 /Rakefile
parent24057b18b284c7fac5d942a2a30686eb8856cf69 (diff)
downloadmixlib-shellout-5c13830161279320b26efa5889175c28a8e65b3c.tar.gz
remove largely useless Utils class
its just a collection of private methods, they should be private methods retain a method in the class that was being used externally. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 03c1c26..06a7620 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,4 +13,4 @@ RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = FileList["spec/**/*_spec.rb"]
end
-task default: [:style, :spec]
+task default: [:spec, :style]