Specify that admins should also be able to watch work packages in private projects

pull/530/head
Till Breuer 11 years ago
parent e8dc9ef718
commit b1acce6dcf
  1. 2
      spec/models/work_package/work_package_acts_as_watchable_spec.rb

@ -96,6 +96,8 @@ describe WorkPackage do
it_behaves_like 'it provides possible watchers'
it { should include(project_member) }
it { should include(admin) }
it { should_not include(non_member_user) }
it { should_not include(anonymous_user) }
end

Loading…
Cancel
Save