diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-03-02 12:02:33 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-03-06 14:41:10 -0500 |
commit | 23c2b8f6bb35d8a2af41c282ae02824e95c3fbd3 (patch) | |
tree | a2683fd329be8eb0d7a12b0481447423f4fb6682 /spec/models/project_spec.rb | |
parent | 5c41338fa30b5795309957c71202b11a71cccef0 (diff) | |
download | gitlab-ce-23c2b8f6bb35d8a2af41c282ae02824e95c3fbd3.tar.gz |
Add `has_many` associations for models that can have Upload records
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r-- | spec/models/project_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index ee4f4092062..84bdcbe8e59 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -71,6 +71,7 @@ describe Project, models: true do it { is_expected.to have_many(:project_group_links).dependent(:destroy) } it { is_expected.to have_many(:notification_settings).dependent(:destroy) } it { is_expected.to have_many(:forks).through(:forked_project_links) } + it { is_expected.to have_many(:uploads).dependent(:destroy) } context 'after initialized' do it "has a project_feature" do |