Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkasyanchuk committed Dec 25, 2023
1 parent 19648df commit 812d805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/validators/attached_validator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
# validates :has_to_be_attached, attached: true
subject { model.has_to_be_attached.attach(image_1920x1080_file) and model.has_to_be_attached.mark_for_destruction and model }

focus
it { is_expected_not_to_be_valid }
it { is_expected_to_have_error_message("blank", error_options: {}) }
end
Expand Down

0 comments on commit 812d805

Please sign in to comment.