Commit 4465e2ec authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Fix spelling mistake, thanks Connor.

parent 17ef4cdf
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
.col-sm-10 .col-sm-10
.checkbox .checkbox
= f.check_box :public = 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 .form-actions
= f.submit 'Save group', class: "btn btn-save" = f.submit 'Save group', class: "btn btn-save"
......
...@@ -517,7 +517,7 @@ module Ci ...@@ -517,7 +517,7 @@ module Ci
end.to raise_error(GitlabCiYamlProcessor::ValidationError, "Unknown parameter: extra") end.to raise_error(GitlabCiYamlProcessor::ValidationError, "Unknown parameter: extra")
end 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"] }) config = YAML.dump({ before_script: ["bundle update"] })
expect do expect do
GitlabCiYamlProcessor.new(config, path) GitlabCiYamlProcessor.new(config, path)
......
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