spec/client_spec.rb in sendgrid4r-1.13.0 vs spec/client_spec.rb in sendgrid4r-1.14.0
- old
+ new
@@ -338,10 +338,10 @@
end
end
describe 'VERSION' do
it 'returns VERSION value' do
- expect(SendGrid4r::VERSION).to eq('1.13.0')
+ expect(SendGrid4r::VERSION).to eq('1.14.0')
end
end
end
end