Sha256: fef5928b48d42c05773447c4c37189505c749804b19bb26c50687825bd2c8b7b
Contents?: true
Size: 302 Bytes
Versions: 10
Compression:
Stored size: 302 Bytes
Contents
require 'spec_helper' describe Wupee do it "has a setter for mailer" do expect(Wupee).to respond_to(:mailer=).with(1).argument end it "has a getter for mailer" do expect(Wupee).to respond_to(:mailer) end it "has method notify" do expect(Wupee).to respond_to(:notify) end end
Version data entries
10 entries across 10 versions & 1 rubygems