summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-07-17 18:11:07 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-07-18 16:23:38 +0200
commit6f26f6f79f33fdb7e4e556b7f6b37999b78cd323 (patch)
tree53bd301927604facd1d0c13608cf84f9b47d517a /spec
parent6a10626f981e1c4cd76e5d18e78880deba1b7fe3 (diff)
downloadgitlab-ce-6f26f6f79f33fdb7e4e556b7f6b37999b78cd323.tar.gz
Allow groups with the name systembvl-free-system-namespace
Diffstat (limited to 'spec')
-rw-r--r--spec/models/namespace_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/namespace_spec.rb b/spec/models/namespace_spec.rb
index 89ea5ceda95..a4090b37f65 100644
--- a/spec/models/namespace_spec.rb
+++ b/spec/models/namespace_spec.rb
@@ -44,7 +44,7 @@ describe Namespace, models: true do
end
context "is case insensitive" do
- let(:group) { build(:group, path: "System") }
+ let(:group) { build(:group, path: "Groups") }
it { expect(group).not_to be_valid }
end