diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-22 14:38:33 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-22 14:38:33 -0400 |
commit | 56246b70fb4fcbbb6f623ba9a38ba428a85175ef (patch) | |
tree | 75d9efb5dabbeba3a0acecd415433f66ac4f21e0 /spec/routing | |
parent | 649c9969ba57bf578f43310ec34e3820876b5c4c (diff) | |
download | gitlab-ce-56246b70fb4fcbbb6f623ba9a38ba428a85175ef.tar.gz |
Fix Style/TrailingBlankLines cop violations
Diffstat (limited to 'spec/routing')
-rw-r--r-- | spec/routing/admin_routing_spec.rb | 1 | ||||
-rw-r--r-- | spec/routing/routing_spec.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/routing/admin_routing_spec.rb b/spec/routing/admin_routing_spec.rb index bf8abcfb00f..cd16a8e6322 100644 --- a/spec/routing/admin_routing_spec.rb +++ b/spec/routing/admin_routing_spec.rb @@ -118,4 +118,3 @@ describe Admin::DashboardController, "routing" do expect(get("/admin")).to route_to('admin/dashboard#index') end end - 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 - |