summaryrefslogtreecommitdiff
path: root/spec/routing/routing_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 14:38:33 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-22 14:38:33 -0400
commit56246b70fb4fcbbb6f623ba9a38ba428a85175ef (patch)
tree75d9efb5dabbeba3a0acecd415433f66ac4f21e0 /spec/routing/routing_spec.rb
parent649c9969ba57bf578f43310ec34e3820876b5c4c (diff)
downloadgitlab-ce-56246b70fb4fcbbb6f623ba9a38ba428a85175ef.tar.gz
Fix Style/TrailingBlankLines cop violations
Diffstat (limited to 'spec/routing/routing_spec.rb')
-rw-r--r--spec/routing/routing_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index f268e4755d1..0fda6202a11 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -248,4 +248,3 @@ describe "Groups", "routing" do
expect(get('/1')).to route_to('namespaces#show', id: '1')
end
end
-