-
- Downloads
Merge branch 'rs-redundant-features' into 'master'
Remove redundant integration tests These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test. See merge request !3117
No related branches found
No related tags found
Showing
- features/project/issues/issues.feature 0 additions, 8 deletionsfeatures/project/issues/issues.feature
- features/project/merge_requests.feature 0 additions, 19 deletionsfeatures/project/merge_requests.feature
- features/steps/project/issues/issues.rb 0 additions, 4 deletionsfeatures/steps/project/issues/issues.rb
- features/steps/project/merge_requests.rb 0 additions, 8 deletionsfeatures/steps/project/merge_requests.rb
- features/steps/shared/note.rb 0 additions, 7 deletionsfeatures/steps/shared/note.rb
- spec/models/note_spec.rb 1 addition, 1 deletionspec/models/note_spec.rb
Please register or sign in to comment