Sha256: 681d414be2b0b323137ea07105e34df59a41fbe635c293223bb4dfc4701df02d

Contents?: true

Size: 285 Bytes

Versions: 19

Compression:

Stored size: 285 Bytes

Contents

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

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

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

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
checkr-official-1.8.0 test/checkr/api_singleton_test.rb
checkr-official-1.7.1 test/checkr/api_singleton_test.rb
checkr-official-1.7 test/checkr/api_singleton_test.rb
checkr-official-1.6 test/checkr/api_singleton_test.rb
checkr-official-1.5.4 test/checkr/api_singleton_test.rb
checkr-official-1.5.3 test/checkr/api_singleton_test.rb
checkr-official-1.5.2 test/checkr/api_singleton_test.rb
checkr-official-1.5.1 test/checkr/api_singleton_test.rb
checkr-official-1.5.0 test/checkr/api_singleton_test.rb
checkr-official-1.4.0 test/checkr/api_singleton_test.rb
checkr-official-1.3.1 test/checkr/api_singleton_test.rb
checkr-official-1.2.1 test/checkr/api_singleton_test.rb
checkr-official-1.2.0 test/checkr/api_singleton_test.rb
checkr-official-1.1.2 test/checkr/api_singleton_test.rb
checkr-official-1.1.1 test/checkr/api_singleton_test.rb
checkr-official-1.1.0 test/checkr/api_singleton_test.rb
checkr-official-1.0.2 test/checkr/api_singleton_test.rb
checkr-official-1.0.1 test/checkr/api_singleton_test.rb
checkr-official-1.0.0 test/checkr/api_singleton_test.rb