diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-23 11:54:44 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-23 11:54:44 +0300 |
commit | bbaa0fccfab36c6a58265e944f390bcd73b0f974 (patch) | |
tree | d5c56e5f47c4ad7923c912565307259bb3d2b96f /spec/models | |
parent | 5f7f35e8fe9b921f599aba29406947720959f4fa (diff) | |
download | gitlab-ce-bbaa0fccfab36c6a58265e944f390bcd73b0f974.tar.gz |
Update poltergeist and should-matchers
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/project_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index 6b7799f7af7..04b4ce1763e 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -61,10 +61,6 @@ describe Project do it { should ensure_length_of(:path).is_within(0..255) } it { should ensure_length_of(:description).is_within(0..2000) } it { should validate_presence_of(:creator) } - it { should ensure_inclusion_of(:issues_enabled).in_array([true, false]) } - it { should ensure_inclusion_of(:wall_enabled).in_array([true, false]) } - it { should ensure_inclusion_of(:merge_requests_enabled).in_array([true, false]) } - it { should ensure_inclusion_of(:wiki_enabled).in_array([true, false]) } it { should ensure_length_of(:issues_tracker_id).is_within(0..255) } it "should not allow new projects beyond user limits" do |