Remove extra spaces
Change-Id: I0f86ac710086ce5a09f1817ba403ed7553521f86
This commit is contained in:
@@ -18,7 +18,7 @@ describe Puppet::Type.type(:nova_security_rule) do
|
|||||||
expect(described_class.new(:name => 'scr0',
|
expect(described_class.new(:name => 'scr0',
|
||||||
:ip_protocol => 'tcp',
|
:ip_protocol => 'tcp',
|
||||||
:from_port => 22,
|
:from_port => 22,
|
||||||
:to_port => 23,
|
:to_port => 23,
|
||||||
:ip_range => "0.0.0.0/0",
|
:ip_range => "0.0.0.0/0",
|
||||||
:security_group => "scg0")).not_to be_nil
|
:security_group => "scg0")).not_to be_nil
|
||||||
end
|
end
|
||||||
@@ -27,7 +27,7 @@ describe Puppet::Type.type(:nova_security_rule) do
|
|||||||
expect(described_class.new(:name => 'scr0',
|
expect(described_class.new(:name => 'scr0',
|
||||||
:ip_protocol => 'tcp',
|
:ip_protocol => 'tcp',
|
||||||
:from_port => 22,
|
:from_port => 22,
|
||||||
:to_port => 23,
|
:to_port => 23,
|
||||||
:source_group => "tenant",
|
:source_group => "tenant",
|
||||||
:security_group => "scg0")).not_to be_nil
|
:security_group => "scg0")).not_to be_nil
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user