1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

- Generator will not change names by default

- Fixed some style issues.
This commit is contained in:
Mark VanderVoord
2017-06-25 13:58:31 -04:00
parent 3b69beaa58
commit c1bc32dc58
5 changed files with 10 additions and 10 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|