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