Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
56246b70
Commit
56246b70
authored
Jun 22, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Style/TrailingBlankLines cop violations
parent
649c9969
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1 addition
and
26 deletions
+1
-26
spec/features/search_spec.rb
spec/features/search_spec.rb
+0
-1
spec/helpers/oauth_helper_spec.rb
spec/helpers/oauth_helper_spec.rb
+1
-1
spec/lib/gitlab/popen_spec.rb
spec/lib/gitlab/popen_spec.rb
+0
-2
spec/lib/gitlab/version_info_spec.rb
spec/lib/gitlab/version_info_spec.rb
+0
-1
spec/models/forked_project_link_spec.rb
spec/models/forked_project_link_spec.rb
+0
-1
spec/models/project_security_spec.rb
spec/models/project_security_spec.rb
+0
-14
spec/models/project_team_spec.rb
spec/models/project_team_spec.rb
+0
-1
spec/routing/admin_routing_spec.rb
spec/routing/admin_routing_spec.rb
+0
-1
spec/routing/routing_spec.rb
spec/routing/routing_spec.rb
+0
-1
spec/services/archive_repository_service_spec.rb
spec/services/archive_repository_service_spec.rb
+0
-1
spec/services/notes/create_service_spec.rb
spec/services/notes/create_service_spec.rb
+0
-1
spec/workers/repository_archive_worker_spec.rb
spec/workers/repository_archive_worker_spec.rb
+0
-1
No files found.
spec/features/search_spec.rb
View file @
56246b70
...
...
@@ -17,4 +17,3 @@ describe "Search", feature: true do
expect
(
page
).
to
have_content
@project
.
name
end
end
spec/helpers/oauth_helper_spec.rb
View file @
56246b70
...
...
@@ -17,4 +17,4 @@ describe OauthHelper do
expect
(
helper
.
additional_providers
).
to
eq
([])
end
end
end
\ No newline at end of file
end
spec/lib/gitlab/popen_spec.rb
View file @
56246b70
...
...
@@ -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
spec/lib/gitlab/version_info_spec.rb
View file @
56246b70
...
...
@@ -66,4 +66,3 @@ describe 'Gitlab::VersionInfo', no_db: true do
it
{
expect
(
@unknown
.
to_s
).
to
eq
(
"Unknown"
)
}
end
end
spec/models/forked_project_link_spec.rb
View file @
56246b70
...
...
@@ -64,4 +64,3 @@ def fork_project(from_project, user)
context
.
stub
(
gitlab_shell:
shell
)
context
.
execute
end
spec/models/project_security_spec.rb
View file @
56246b70
...
...
@@ -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)
#
spec/models/project_team_spec.rb
View file @
56246b70
...
...
@@ -67,4 +67,3 @@ describe ProjectTeam do
end
end
end
spec/routing/admin_routing_spec.rb
View file @
56246b70
...
...
@@ -118,4 +118,3 @@ describe Admin::DashboardController, "routing" do
expect
(
get
(
"/admin"
)).
to
route_to
(
'admin/dashboard#index'
)
end
end
spec/routing/routing_spec.rb
View file @
56246b70
...
...
@@ -248,4 +248,3 @@ describe "Groups", "routing" do
expect
(
get
(
'/1'
)).
to
route_to
(
'namespaces#show'
,
id:
'1'
)
end
end
spec/services/archive_repository_service_spec.rb
View file @
56246b70
...
...
@@ -90,4 +90,3 @@ describe ArchiveRepositoryService do
end
end
end
spec/services/notes/create_service_spec.rb
View file @
56246b70
...
...
@@ -25,4 +25,3 @@ describe Notes::CreateService do
end
end
end
spec/workers/repository_archive_worker_spec.rb
View file @
56246b70
...
...
@@ -77,4 +77,3 @@ describe RepositoryArchiveWorker do
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment