mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use expect syntax instead of should
This commit is contained in:
@@ -32,7 +32,7 @@ describe Admin::StripeAccountsController, type: :controller do
|
||||
|
||||
it "returns a 500 error" do
|
||||
spree_get :connect_callback, params
|
||||
response.status.should be 500
|
||||
expect(response.status).to be 500
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user