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