Fix Style/TrailingBlankLines cop violations

This commit is contained in:
Robert Speicher
2015-06-22 14:38:33 -04:00
parent 649c9969ba
commit 56246b70fb
12 changed files with 1 additions and 26 deletions
-1
View File
@@ -17,4 +17,3 @@ describe "Search", feature: true do
expect(page).to have_content @project.name
end
end
+1 -1
View File
@@ -17,4 +17,4 @@ describe OauthHelper do
expect(helper.additional_providers).to eq([])
end
end
end
end
-2
View File
@@ -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
-1
View File
@@ -66,4 +66,3 @@ describe 'Gitlab::VersionInfo', no_db: true do
it { expect(@unknown.to_s).to eq("Unknown") }
end
end
-1
View File
@@ -64,4 +64,3 @@ def fork_project(from_project, user)
context.stub(gitlab_shell: shell)
context.execute
end
-14
View File
@@ -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)
#
-1
View File
@@ -67,4 +67,3 @@ describe ProjectTeam do
end
end
end
-1
View File
@@ -118,4 +118,3 @@ describe Admin::DashboardController, "routing" do
expect(get("/admin")).to route_to('admin/dashboard#index')
end
end
-1
View File
@@ -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