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

Version Path
wupee-2.0.0.beta2 spec/wupee_spec.rb
wupee-2.0.0.beta1 spec/wupee_spec.rb
wupee-1.1.4 spec/wupee_spec.rb
wupee-1.1.3 spec/wupee_spec.rb
wupee-1.1.2 spec/wupee_spec.rb
wupee-1.0.4 spec/wupee_spec.rb
wupee-1.0.3 spec/wupee_spec.rb
wupee-1.0.2 spec/wupee_spec.rb
wupee-1.0.1 spec/wupee_spec.rb
wupee-1.0.0 spec/wupee_spec.rb