OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/spec/lib/api/v3/statuses/shared/status_collection_represent...

5 lines
198 B

RSpec.shared_context 'status collection representer' do |self_link|
let(:statuses) { FactoryGirl.build_list(:status, 3) }
let(:representer) { described_class.new(statuses, 42, self_link) }
end