diff --git a/bin/main.rb b/bin/main.rb index 8bdc25ba..35cd0303 100755 --- a/bin/main.rb +++ b/bin/main.rb @@ -28,7 +28,7 @@ # NOTE: See comment block in cli.rb to understand CLI handling. - # Backwards compatibility command line hack to silently presenve Rake `-T` CLI handling + # Backwards compatibility command line hack to silently preserve Rake `-T` CLI handling if (ARGV.size() == 1 and ARGV[0] == '-T') # Call rake task listing handler w/ default handling of project file and mixins objects[:cli_handler].rake_help( env:ENV, app_cfg:CEEDLING_APPCFG ) diff --git a/spec/gcov/gcov_deployment_spec.rb b/spec/gcov/gcov_deployment_spec.rb index e9cd61d3..8a1e0693 100644 --- a/spec/gcov/gcov_deployment_spec.rb +++ b/spec/gcov/gcov_deployment_spec.rb @@ -38,7 +38,7 @@ end - describe "command: `ceedling example [example]`" do + describe "command: `ceedling example temp_sensor`" do describe "temp_sensor" do before do @c.with_context do diff --git a/spec/system/deployment_spec.rb b/spec/system/deployment_spec.rb index b9ebcd25..448a8f7f 100644 --- a/spec/system/deployment_spec.rb +++ b/spec/system/deployment_spec.rb @@ -183,7 +183,7 @@ end end - describe "command: `ceedling example [example]`" do + describe "command: `ceedling example temp_sensor`" do describe "temp_sensor" do before do @c.with_context do