mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Rubocop fix
This commit is contained in:
@@ -236,7 +236,7 @@ RSpec.describe ModelContract do
|
||||
|
||||
def validate_model? = false
|
||||
end
|
||||
|
||||
|
||||
expect(multi_class.writable_attributes)
|
||||
.to contain_exactly("settings",
|
||||
"settings_id",
|
||||
@@ -244,7 +244,6 @@ RSpec.describe ModelContract do
|
||||
"sprint_sharing_id",
|
||||
"deactivate_work_package_attachments",
|
||||
"deactivate_work_package_attachments_id")
|
||||
|
||||
end
|
||||
|
||||
context "with inheritance" do
|
||||
|
||||
Reference in New Issue
Block a user