|
309 | 309 | it { is_expected.to be_able_to(:read, remixed_project) } |
310 | 310 | it { is_expected.not_to be_able_to(:create, feedback) } |
311 | 311 | it { is_expected.to be_able_to(:read, feedback) } |
| 312 | + it { is_expected.to be_able_to(:set_read, feedback) } |
312 | 313 | it { is_expected.to be_able_to(:create, remixed_project) } |
313 | 314 | it { is_expected.to be_able_to(:update, remixed_project) } |
314 | 315 | it { is_expected.not_to be_able_to(:destroy, remixed_project) } |
|
338 | 339 | it { is_expected.not_to be_able_to(:read, remixed_project) } |
339 | 340 | it { is_expected.not_to be_able_to(:create, feedback) } |
340 | 341 | it { is_expected.not_to be_able_to(:read, feedback) } |
| 342 | + it { is_expected.not_to be_able_to(:set_read, feedback) } |
341 | 343 | it { is_expected.not_to be_able_to(:create, remixed_project) } |
342 | 344 | it { is_expected.not_to be_able_to(:update, remixed_project) } |
343 | 345 | it { is_expected.not_to be_able_to(:destroy, remixed_project) } |
|
354 | 356 | it { is_expected.to be_able_to(:read, remixed_project) } |
355 | 357 | it { is_expected.to be_able_to(:create, feedback) } |
356 | 358 | it { is_expected.to be_able_to(:read, feedback) } |
| 359 | + it { is_expected.not_to be_able_to(:set_read, feedback) } |
357 | 360 | it { is_expected.not_to be_able_to(:create, remixed_project) } |
358 | 361 | it { is_expected.not_to be_able_to(:update, remixed_project) } |
359 | 362 | it { is_expected.not_to be_able_to(:destroy, remixed_project) } |
|
370 | 373 | it { is_expected.to be_able_to(:read, original_project) } |
371 | 374 | it { is_expected.to be_able_to(:create, feedback) } |
372 | 375 | it { is_expected.to be_able_to(:read, feedback) } |
| 376 | + it { is_expected.not_to be_able_to(:set_read, feedback) } |
373 | 377 | it { is_expected.not_to be_able_to(:create, original_project) } |
374 | 378 | it { is_expected.to be_able_to(:update, original_project) } |
375 | 379 |
|
|
0 commit comments