summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-01-27 14:11:37 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-01-27 14:11:37 -0800
commite1361a3ab6879a9329e0dd02f4020fbc5b023ede (patch)
treef749dc618cc4812ada9232cc1b6b853bba112267
parenta35b6208912146ecad685234111729efd19d3fca (diff)
downloadmixlib-shellout-e1361a3ab6879a9329e0dd02f4020fbc5b023ede.tar.gz
run specs before style
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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]