diff --git a/Rakefile b/Rakefile index e93073f..170a067 100644 --- a/Rakefile +++ b/Rakefile @@ -142,5 +142,4 @@ task "set-version-to-timestamp" do puts "NOTE: wrote version as \"#{fake_version}\"" end -task :spec => :compile -task :default => :spec +task default: [:compile, :spec]