diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-02 19:32:34 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-02 19:32:34 +0200 |
| commit | d431e4339269041784986da40a0e0879baaf96a9 (patch) | |
| tree | 1910d14e460d52445d8ae7a6a1906f4a9eec23cb /spec/factories.rb | |
| parent | 00a1f5bc2cc2c98bda3818e770eaae95e664480a (diff) | |
| download | gitlab-ce-d431e4339269041784986da40a0e0879baaf96a9.tar.gz | |
Fix few bugs and tests after refactoring ownership logic
Diffstat (limited to 'spec/factories.rb')
| -rw-r--r-- | spec/factories.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories.rb b/spec/factories.rb index 86c101ccf99..77565a5d341 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -37,7 +37,7 @@ FactoryGirl.define do end factory :namespace do - sequence(:name) { |n| "group#{n}" } + sequence(:name) { |n| "namespace#{n}" } path { name.downcase.gsub(/\s/, '_') } owner end |
