Be consistent
This commit is contained in:
parent
70b61047c7
commit
78a4fdd6cd
|
@ -80,7 +80,7 @@ describe VagrantPlugins::CommandPush::Command do
|
||||||
end
|
end
|
||||||
|
|
||||||
context "when no strategy is given" do
|
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)
|
expect(subject.validate_pushes!(pushes)).to eq(:noop)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue