From a4e923bec75ada8c9eb925729fb8a26ef5cefeeb Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Fri, 14 Feb 2014 12:02:27 -0800 Subject: [PATCH] Removed excess whitespace --- test/unit/plugins/provisioners/shell/config_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/plugins/provisioners/shell/config_test.rb b/test/unit/plugins/provisioners/shell/config_test.rb index 3e5c6f516..8b05f452b 100644 --- a/test/unit/plugins/provisioners/shell/config_test.rb +++ b/test/unit/plugins/provisioners/shell/config_test.rb @@ -40,7 +40,6 @@ describe "VagrantPlugins::Shell::Config" do result["shell provisioner"].should == [] end - it "passes with array args" do subject.path = file_that_exists subject.args = ["an", "array"]