diff --git a/rakefile.rb b/rakefile.rb index 19182d39ef7c2d00769c39943310fe023c859a84..6e2d34747e3e47fe439c0eb916f3e2df41b0119b 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -17,7 +17,7 @@ include RakefileHelpers DEFAULT_CONFIG_FILE = 'gcc.yml' configure_toolchain(DEFAULT_CONFIG_FILE) -desc "Test unity with it's own unit tests" +desc "Test unity with its own unit tests" task :unit do run_tests get_unit_test_files end