diff options
author | Thom May <thom@may.lt> | 2018-01-22 10:34:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 10:34:26 +0000 |
commit | 613d479bb4bb58e0e689b033a67a77d5effcb212 (patch) | |
tree | c4817d989aa0f8343378228e865b5061f312885e /spec | |
parent | eb8e9dfa53290acb6717d096e97e91c15db7e004 (diff) | |
parent | eb492c8c51ecb8f0c247d18f0eeb56269808b62d (diff) | |
download | chef-613d479bb4bb58e0e689b033a67a77d5effcb212.tar.gz |
Merge pull request #6719 from chef/dash_r_solo
Remove deprecated -r option for Solo mode
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/application/solo_spec.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/spec/unit/application/solo_spec.rb b/spec/unit/application/solo_spec.rb index 686ae745d8..5b9dbeaafd 100644 --- a/spec/unit/application/solo_spec.rb +++ b/spec/unit/application/solo_spec.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen (<aj@junglist.gen.nz>) -# Copyright:: Copyright 2008-2016, Chef Software Inc. +# Copyright:: Copyright 2008-2018, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -203,13 +203,6 @@ Enable chef-client interval runs by setting `:client_fork = true` in your config app.reconfigure expect(ARGV.include?("--ez")).to be_falsey end - - it "replaces -r with --recipe-url" do - ARGV.push("-r", "http://junglist.gen.nz/recipes.tgz") - app.reconfigure - expect(ARGV.include?("-r")).to be_falsey - expect(ARGV.include?("--recipe-url")).to be_truthy - end end it "sets the repo path" do |