Sha256: c42568e15651fd55443dfcd4d3b61e5ca4213dcb70c43d219d01bf99d015e392

Contents?: true

Size: 168 Bytes

Versions: 7

Compression:

Stored size: 168 Bytes

Contents

require 'assert'
require 'and-son'

module AndSon

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

    should have_imeths :new

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
and-son-0.9.1 test/unit/and-son_tests.rb
and-son-0.9.0 test/unit/and-son_tests.rb
and-son-0.8.0 test/unit/and-son_tests.rb
and-son-0.7.0 test/unit/and-son_tests.rb
and-son-0.6.1 test/unit/and-son_tests.rb
and-son-0.6.0 test/unit/and-son_tests.rb
and-son-0.5.0 test/unit/and-son_tests.rb