Be consistent

This commit is contained in:
Seth Vargo 2014-12-02 13:45:14 -05:00
parent 70b61047c7
commit 78a4fdd6cd
1 changed files with 1 additions and 1 deletions

View File

@ -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