Sha256: 23ce5219d74c93811815de7d87cc2d32fb75ba1aa94744d08cc225c70c796f32
Contents?: true
Size: 230 Bytes
Versions: 3
Compression:
Stored size: 230 Bytes
Contents
require "spec_helper" describe MailCannon, "::config" do it "returns a valid configuration Hash" do config = MailCannon.config('templates') config.should be_a_kind_of(Hash) config.should have_key('folder') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mailcannon-0.0.4 | spec/mailcannon_spec.rb |
mailcannon-0.0.3 | spec/mailcannon_spec.rb |
mailcannon-0.0.2 | spec/mailcannon_spec.rb |