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
auto
examples/example_3
extras/fixture

@ -32,8 +32,8 @@ task :summary do
end
desc 'Build and test Unity'
task all: %i[clean unit summary]
task default: %i[clobber all]
task all: %i(clean unit summary)
task default: %i(clobber all)
task ci: [:default]
task cruise: [:default]