test/unit/plugins/pushes/local-exec/config_test.rb in vagrant-unbundled-2.0.0.1 vs test/unit/plugins/pushes/local-exec/config_test.rb in vagrant-unbundled-2.0.1.0
- old
+ new
@@ -68,11 +68,11 @@
it "passes with string args" do
subject.args = "a string"
expect(errors).to be_empty
end
- it "passes with fixnum args" do
+ it "passes with integer args" do
subject.args = 1
expect(errors).to be_empty
end
it "passes with array args" do
@@ -116,10 +116,10 @@
it "passes with string args" do
subject.args = "a string"
expect(errors).to be_empty
end
- it "passes with fixnum args" do
+ it "passes with integer args" do
subject.args = 1
expect(errors).to be_empty
end
it "passes with array args" do