mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Merge branch 'fix-spelling-mistake' into 'master'
Fix spelling mistake, thanks Connor. [ci skip] See merge request !2227
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user