summaryrefslogtreecommitdiff
path: root/spec/unit/knife/role_run_list_clear_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/knife/role_run_list_clear_spec.rb')
-rw-r--r--spec/unit/knife/role_run_list_clear_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/knife/role_run_list_clear_spec.rb b/spec/unit/knife/role_run_list_clear_spec.rb
index e5a6e18673..42980467e2 100644
--- a/spec/unit/knife/role_run_list_clear_spec.rb
+++ b/spec/unit/knife/role_run_list_clear_spec.rb
@@ -17,7 +17,7 @@
# limitations under the License.
#
-require 'spec_helper'
+require "spec_helper"
describe Chef::Knife::RoleRunListClear do
before(:each) do
@@ -78,7 +78,7 @@ describe Chef::Knife::RoleRunListClear do
it "should remove the items from the run list" do
@setup.name_args = [ "will", "recipe[orange::chicken]", "role[monkey]", "recipe[duck::type]", "role[person]", "role[bird]", "role[town]" ]
@setup.run
- @knife.name_args = [ 'will' ]
+ @knife.name_args = [ "will" ]
@knife.run
expect(@role.run_list[0]).to be_nil
end