From 78a4fdd6cd72c04a5f80c92d7684659243af7eca Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 2 Dec 2014 13:45:14 -0500 Subject: [PATCH] Be consistent --- test/unit/plugins/commands/push/command_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/plugins/commands/push/command_test.rb b/test/unit/plugins/commands/push/command_test.rb index 113908ebf..8adfb2691 100644 --- a/test/unit/plugins/commands/push/command_test.rb +++ b/test/unit/plugins/commands/push/command_test.rb @@ -80,7 +80,7 @@ describe VagrantPlugins::CommandPush::Command do end context "when no strategy is given" do - it "returns the push" do + it "returns the strategy" do expect(subject.validate_pushes!(pushes)).to eq(:noop) end end