Sha256: 884008737e04220da587a00a77a56c67f4f79a44f15b05ee213d08a8f6b626fb

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

require 'assert'
require 'and-son'

module AndSon

  class UnitTests < Assert::Context
    desc "AndSon"
    subject{ AndSon }

    should have_instance_methods :new

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
and-son-0.4.1 test/unit/and-son_tests.rb