New environments don’t have a `name` field in their specs.
parent
0fa6ec01c9
commit
5501c62f56
|
@ -72,7 +72,6 @@ class Environment
|
||||||
|
|
||||||
def to_spec
|
def to_spec
|
||||||
[
|
[
|
||||||
"name: #{@name}",
|
|
||||||
"type: #{@type.to_s}"
|
"type: #{@type.to_s}"
|
||||||
].join("\n") + "\n"
|
].join("\n") + "\n"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue