summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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]