File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
2222 spec . required_ruby_version = '>= 2.6'
2323
2424 spec . add_development_dependency 'abbrev' , '~> 0.1'
25+ spec . add_development_dependency 'benchmark' , '~> 0.4'
2526 spec . add_development_dependency 'bigdecimal' , '~> 3'
2627 spec . add_development_dependency 'brakeman' , '~> 5.4'
2728 spec . add_development_dependency 'faraday' , '~> 2.7.5' # used for integration tests
Original file line number Diff line number Diff line change 5959 url : Fixture . webhook_url ,
6060 )
6161
62- updated_webhook = client . webhook . update ( webhook . id , {
63- webhook_secret : Fixture . webhook_secret ,
64- custom_headers : Fixture . webhook_custom_headers ,
65- } )
62+ updated_webhook = client . webhook . update (
63+ webhook . id , {
64+ webhook_secret : Fixture . webhook_secret ,
65+ custom_headers : Fixture . webhook_custom_headers ,
66+ } ,
67+ )
6668
6769 expect ( updated_webhook ) . to be_an_instance_of ( EasyPost ::Models ::Webhook )
6870 expect ( updated_webhook . custom_headers [ 0 ] . name ) . to eq ( 'test' )
You can’t perform that action at this time.
0 commit comments