diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-15 15:45:57 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-15 15:45:57 +0200 |
commit | a87989fb7d0c4f05658ba29dec48ecefedf32334 (patch) | |
tree | c47c0ad8662105b0e711947c2833a1c45159cc49 /spec/models | |
parent | 277f311f20739bd97f4059b51dfa1dbc38aa38e1 (diff) | |
download | gitlab-ce-a87989fb7d0c4f05658ba29dec48ecefedf32334.tar.gz |
Remove satellites
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/project_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index 63091e913ff..721ae88c120 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -90,7 +90,6 @@ describe Project do describe 'Respond to' do it { is_expected.to respond_to(:url_to_repo) } it { is_expected.to respond_to(:repo_exists?) } - it { is_expected.to respond_to(:satellite) } it { is_expected.to respond_to(:update_merge_requests) } it { is_expected.to respond_to(:execute_hooks) } it { is_expected.to respond_to(:name_with_namespace) } |