Sha256: a554fea7a27a4c2c218fabe0feffd2376c6510663ea926c6d2e1f91a80192ed3

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

require File.expand_path('../../test_helper', __FILE__)

module Paid
  class ApiSingletonTest < Test::Unit::TestCase

    should 'have an object attribute' do
      assert(Paid::APISingleton.method_defined?(:object))
      assert(Paid::APISingleton.method_defined?(:object=))
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paid-1.0.1 test/paid/api_singleton_test.rb
paid-1.0.0 test/paid/api_singleton_test.rb