mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
Merge pull request #13595 from deivid-rodriguez/migrate-old-rspec-syntax
Use supported RSpec syntax
This commit is contained in:
@@ -670,7 +670,7 @@ RSpec.describe Spree::Payment do
|
||||
source: card,
|
||||
payment_method:
|
||||
)
|
||||
end.should raise_error(Spree::Core::GatewayError)
|
||||
end.to raise_error(Spree::Core::GatewayError)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user