Skip to content

Commit c0492ef

Browse files
authored
Merge pull request #532 from zendesk/RED-1422-breaking-api
Red 1422 FIX breaking API
2 parents 7017cca + 2196fa2 commit c0492ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/live/custom_status_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ def valid_attributes
1818
it_should_be_updatable :end_user_label, 'New End User Label'
1919
it_should_be_updatable :description, 'New Description'
2020
it_should_be_updatable :end_user_description, 'New End User Description'
21-
it_should_be_deletable
21+
it_should_be_deletable find: [:active?, false]
2222
it_should_be_readable :custom_statuses
2323
end

0 commit comments

Comments
 (0)