diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-01-27 14:28:11 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-02 09:59:43 +0100 |
commit | d56c2a9bc58091f906b8d0001600bad448847d4f (patch) | |
tree | 454b085886423c1ae80e1f89df69fd08435d231d | |
parent | f79b6af18a29f8ddececb9c64de5ff6d456d1d29 (diff) | |
download | gitlab-ce-d56c2a9bc58091f906b8d0001600bad448847d4f.tar.gz |
Fix test
Related https://semaphoreapp.com/gitlabhq/gitlabhq/branches/pull-request-8580/builds/9
Asana service doesn't check if restrict_to_branch is defined since it can be undefined
-rw-r--r-- | spec/models/asana_service_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/asana_service_spec.rb b/spec/models/asana_service_spec.rb index 7cdf346db63..6bebb76f8c7 100644 --- a/spec/models/asana_service_spec.rb +++ b/spec/models/asana_service_spec.rb @@ -27,7 +27,6 @@ describe AsanaService, models: true do end it { should validate_presence_of :api_key } - it { should validate_presence_of :restrict_to_branch } end end |