From 56246b70fb4fcbbb6f623ba9a38ba428a85175ef Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 22 Jun 2015 14:38:33 -0400 Subject: Fix Style/TrailingBlankLines cop violations --- spec/routing/routing_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/routing/routing_spec.rb') 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 - -- cgit v1.2.1