summaryrefslogtreecommitdiff
path: root/spec/support/artifice
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-04 01:01:51 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-04 01:12:35 +0100
commit94ef51d6e36faa742d465444b30c382b9de97ad9 (patch)
tree5fd13b25150c581d4f385dab492d216c9eba48b2 /spec/support/artifice
parentcc0ecea9dd64fa06d318e79d20ab985945b11648 (diff)
downloadbundler-94ef51d6e36faa742d465444b30c382b9de97ad9.tar.gz
Auto-correct `Style/TrailingCommaInHashLiteral` offensesglobally_enable_some_layout_cops
Diffstat (limited to 'spec/support/artifice')
-rw-r--r--spec/support/artifice/endpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/artifice/endpoint.rb b/spec/support/artifice/endpoint.rb
index 9a0cfae8a2..fcced6ea35 100644
--- a/spec/support/artifice/endpoint.rb
+++ b/spec/support/artifice/endpoint.rb
@@ -59,7 +59,7 @@ class Endpoint < Sinatra::Base
:platform => spec.platform.to_s,
:dependencies => spec.dependencies.select {|dep| dep.type == :runtime }.map do |dep|
[dep.name, dep.requirement.requirements.map {|a| a.join(" ") }.join(", ")]
- end
+ end,
}
end.compact
end