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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4465e2ec
Commit
4465e2ec
authored
Dec 28, 2015
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling mistake, thanks Connor.
parent
17ef4cdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+1
-1
spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
+3
-3
No files found.
app/views/groups/edit.html.haml
View file @
4465e2ec
...
...
@@ -31,7 +31,7 @@
.col-sm-10
.checkbox
=
f
.
check_box
:public
%span
.descr
Make this group public (even if there
is no any public project
inside this group)
%span
.descr
Make this group public (even if there
are no public projects
inside this group)
.form-actions
=
f
.
submit
'Save group'
,
class:
"btn btn-save"
...
...
spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
View file @
4465e2ec
...
...
@@ -3,7 +3,7 @@ require 'spec_helper'
module
Ci
describe
GitlabCiYamlProcessor
,
lib:
true
do
let
(
:path
)
{
'path'
}
describe
"#builds_for_ref"
do
let
(
:type
)
{
'test'
}
...
...
@@ -29,7 +29,7 @@ module Ci
when:
"on_success"
})
end
describe
:only
do
it
"does not return builds if only has another branch"
do
config
=
YAML
.
dump
({
...
...
@@ -517,7 +517,7 @@ module Ci
end
.
to
raise_error
(
GitlabCiYamlProcessor
::
ValidationError
,
"Unknown parameter: extra"
)
end
it
"returns errors if there
is no any
jobs defined"
do
it
"returns errors if there
are no
jobs defined"
do
config
=
YAML
.
dump
({
before_script:
[
"bundle update"
]
})
expect
do
GitlabCiYamlProcessor
.
new
(
config
,
path
)
...
...
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