New environments don’t have a `name` field in their specs.

master
Luka Vandervelden 2019-10-25 12:35:30 +02:00
parent 0fa6ec01c9
commit 5501c62f56
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class Environment
def to_spec
[
"name: #{@name}",
"type: #{@type.to_s}"
].join("\n") + "\n"
end