Sha256: 46eb496ee2b4144a6c084234f22a379446516158970e0264c7f042d6fd778d78

Contents?: true

Size: 494 Bytes

Versions: 1

Compression:

Stored size: 494 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'

class MailChimpExtensionTest < Test::Unit::TestCase
  
  # Replace this with your real tests.
  def test_subscription
      
      User.create(:email => 'rand1'+rand(1000)+'@example.com', :password => 'abc123', :password_confirmation => 'abc123');

    
  end
  
  def test_initialization
    assert_equal File.join(File.expand_path(Rails.root), 'spree_mail_chimp'), MailChimp.root
    #assert_equal 'Mail Chimp', MailChimp.name
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_mail_chimp-3.0.2 test/functional/mail_chimp_extension_test.rb