From ad57e750f61950d4fe9a0f2a1d1065370e1bbba7 Mon Sep 17 00:00:00 2001 From: dmerino Date: Tue, 29 Sep 2015 11:07:37 -0700 Subject: [PATCH] Update Rakefile so 'rake spec' will not run spec:all rather than the old specs --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3400fe7df..cc39403d7 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ HighLine.color_scheme = HighLine::SampleColorScheme.new task :default => %w[sanity_checks spec] desc "Run default set of tasks" -task :spec => %w[spec:unit spec:api:unit spec:ui:unit spec:paypal:unit spec:venmo:unit spec:payments spec:data spec:acceptance] +task :spec => %w[spec:all] desc "Run internal release process, pushing to internal GitHub Enterprise only" task :release => %w[release:assumptions release:check_working_directory release:bump_version release:test release:lint_podspec release:tag release:push_private]