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
expect(page).to have_content @project.name
end
end
......@@ -17,4 +17,4 @@ describe OauthHelper do
expect(helper.additional_providers).to eq([])
end
end
end
\ No newline at end of file
end
......@@ -40,6 +40,4 @@ describe 'Gitlab::Popen', no_db: true do
it { expect(@status).to be_zero }
it { expect(@output).to include('spec') }
end
end
......@@ -66,4 +66,3 @@ describe 'Gitlab::VersionInfo', no_db: true do
it { expect(@unknown.to_s).to eq("Unknown") }
end
end
......@@ -64,4 +64,3 @@ def fork_project(from_project, user)
context.stub(gitlab_shell: shell)
context.execute
end
......@@ -110,17 +110,3 @@ describe Project do
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
end
end
end
......@@ -118,4 +118,3 @@ describe Admin::DashboardController, "routing" do
expect(get("/admin")).to route_to('admin/dashboard#index')
end
end
......@@ -248,4 +248,3 @@ describe "Groups", "routing" do
expect(get('/1')).to route_to('namespaces#show', id: '1')
end
end
......@@ -90,4 +90,3 @@ describe ArchiveRepositoryService do
end
end
end
......@@ -25,4 +25,3 @@ describe Notes::CreateService do
end
end
end
......@@ -77,4 +77,3 @@ describe RepositoryArchiveWorker do
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