Enforce RSpec expect(..).not_to over to_not

This commit is contained in:
Maikel Linke
2024-03-07 16:57:54 +11:00
parent b4385623b2
commit bd6b0ddbf3
163 changed files with 616 additions and 613 deletions

View File

@@ -26,7 +26,7 @@ describe Spree::ApiKeysController, type: :controller, performance: true do
expect {
spree_post :create, id: other_user.id
other_user.reload
}.to_not change {
}.not_to change {
other_user.spree_api_key
}
end