Update to match Ruby style guide

This commit is contained in:
Mark VanderVoord
2017-09-08 15:37:31 -04:00
parent 7b2ad10c92
commit 05daf95d4e
3 changed files with 7 additions and 7 deletions

View File

@ -33,10 +33,10 @@ task unit: [:prepare_for_tests] do
end
desc 'Build and test Unity Framework'
task all: %i[clean unit]
task default: %i[clobber all]
task ci: %i[no_color default]
task cruise: %i[no_color default]
task all: %i(clean unit)
task default: %i(clobber all)
task ci: %i(no_color default)
task cruise: %i(no_color default)
desc 'Load configuration'
task :config, :config_file do |_t, args|