Sha256: 025c5e4466a2427d03fe55c1d16570a8f8975888fb3027d329149a82b98381f0
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe SendgridTemplate do describe '.configure' do before do SendgridTemplate.configure do |config| config.login = 'test' config.password = 'testpass' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sendgrid_template-0.0.5 | spec/sendgrid_template_spec.rb |