Skip to content

Commit 2196fa2

Browse files
committed
Live Specs: Fix API breaking change
1 parent 7017cca commit 2196fa2

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)