Skip to content

Commit

Permalink
Update Rakefile so 'rake spec' will not run spec:all rather than the …
Browse files Browse the repository at this point in the history
…old specs
  • Loading branch information
demerino committed Sep 29, 2015
1 parent ee5aa49 commit ad57e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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]
Expand Down

0 comments on commit ad57e75

Please sign in to comment.