We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7017cca + 2196fa2 commit c0492efCopy full SHA for c0492ef
spec/live/custom_status_spec.rb
@@ -18,6 +18,6 @@ def valid_attributes
18
it_should_be_updatable :end_user_label, 'New End User Label'
19
it_should_be_updatable :description, 'New Description'
20
it_should_be_updatable :end_user_description, 'New End User Description'
21
- it_should_be_deletable
+ it_should_be_deletable find: [:active?, false]
22
it_should_be_readable :custom_statuses
23
end
0 commit comments