Skip to content

Commit

Permalink
Fix test to stop using upgrade featuers which are now automatically d…
Browse files Browse the repository at this point in the history
…etected.

grab latest cmock.
  • Loading branch information
mvandervoord committed Nov 12, 2019
1 parent ad6b61c commit 80e6b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/spec_system_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def has_an_ignore

def can_upgrade_projects
@c.with_context do
output = `bundle exec ruby -S ceedling upgrade --local --docs #{@proj_name} 2>&1`
output = `bundle exec ruby -S ceedling upgrade #{@proj_name} 2>&1`
expect($?.exitstatus).to match(0)
expect(output).to match(/upgraded!/i)
Dir.chdir @proj_name do
Expand Down

0 comments on commit 80e6b84

Please sign in to comment.