Sha256: 78d6295eff2ed4a43b0ca9e7af4773ee7538b939d5faa171fd7cebd47750079c

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

covers 'facets/array/not_empty'

testcase Array do

  unit :not_empty? do
    [].refute.not_empty?
  end

  unit :not_empty? do
    [1,2].assert.not_empty?
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/array/test_not_empty.rb
facets-2.9.0 test/core/array/test_not_empty.rb
facets-2.9.0.pre.2 test/core/array/test_not_empty.rb
facets-2.9.0.pre.1 test/core/array/test_not_empty.rb