Sha256: 257d9b16460c9e1cf093d4a305bd4045d965e17216a7b2d6a2cfcfe0182c2969

Contents?: true

Size: 256 Bytes

Versions: 6

Compression:

Stored size: 256 Bytes

Contents

require 'minitest/autorun'
require 'smartsend'

class AccountTest < Minitest::Test

  def test_valid_account
    assert !Smartsend::Account.new(api_token: '123').valid?
    assert Smartsend::Account.new(api_token: ENV['SMARTSEND_TOKEN']).valid?
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smartsend-ruby-0.5.1 test/test_account.rb
smartsend-ruby-0.5.0 test/test_account.rb
smartsend-ruby-0.4.3 test/test_account.rb
smartsend-ruby-0.4.2 test/test_account.rb
smartsend-ruby-0.4.1 test/test_account.rb
smartsend-ruby-0.4.0 test/test_account.rb