Commit 56246b70 authored by Robert Speicher's avatar Robert Speicher

Fix Style/TrailingBlankLines cop violations

parent 649c9969
...@@ -17,4 +17,3 @@ describe "Search", feature: true do ...@@ -17,4 +17,3 @@ describe "Search", feature: true do
expect(page).to have_content @project.name expect(page).to have_content @project.name
end end
end end
...@@ -17,4 +17,4 @@ describe OauthHelper do ...@@ -17,4 +17,4 @@ describe OauthHelper do
expect(helper.additional_providers).to eq([]) expect(helper.additional_providers).to eq([])
end end
end end
end end
\ No newline at end of file
...@@ -40,6 +40,4 @@ describe 'Gitlab::Popen', no_db: true do ...@@ -40,6 +40,4 @@ describe 'Gitlab::Popen', no_db: true do
it { expect(@status).to be_zero } it { expect(@status).to be_zero }
it { expect(@output).to include('spec') } it { expect(@output).to include('spec') }
end end
end end
...@@ -66,4 +66,3 @@ describe 'Gitlab::VersionInfo', no_db: true do ...@@ -66,4 +66,3 @@ describe 'Gitlab::VersionInfo', no_db: true do
it { expect(@unknown.to_s).to eq("Unknown") } it { expect(@unknown.to_s).to eq("Unknown") }
end end
end end
...@@ -64,4 +64,3 @@ def fork_project(from_project, user) ...@@ -64,4 +64,3 @@ def fork_project(from_project, user)
context.stub(gitlab_shell: shell) context.stub(gitlab_shell: shell)
context.execute context.execute
end end
...@@ -110,17 +110,3 @@ describe Project do ...@@ -110,17 +110,3 @@ describe Project do
end end
end end
end end
# == Schema Information
#
# Table name: projects
#
# id :integer not null, primary key
# name :string(255)
# path :string(255)
# description :text
# created_at :datetime
# updated_at :datetime
# private_flag :boolean default(TRUE), not null
# code :string(255)
#
...@@ -67,4 +67,3 @@ describe ProjectTeam do ...@@ -67,4 +67,3 @@ describe ProjectTeam do
end end
end end
end end
...@@ -118,4 +118,3 @@ describe Admin::DashboardController, "routing" do ...@@ -118,4 +118,3 @@ describe Admin::DashboardController, "routing" do
expect(get("/admin")).to route_to('admin/dashboard#index') expect(get("/admin")).to route_to('admin/dashboard#index')
end end
end end
...@@ -248,4 +248,3 @@ describe "Groups", "routing" do ...@@ -248,4 +248,3 @@ describe "Groups", "routing" do
expect(get('/1')).to route_to('namespaces#show', id: '1') expect(get('/1')).to route_to('namespaces#show', id: '1')
end end
end end
...@@ -90,4 +90,3 @@ describe ArchiveRepositoryService do ...@@ -90,4 +90,3 @@ describe ArchiveRepositoryService do
end end
end end
end end
...@@ -25,4 +25,3 @@ describe Notes::CreateService do ...@@ -25,4 +25,3 @@ describe Notes::CreateService do
end end
end end
end end
...@@ -77,4 +77,3 @@ describe RepositoryArchiveWorker do ...@@ -77,4 +77,3 @@ describe RepositoryArchiveWorker do
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment