Sha256: c9c2058c4541194386205b063d4ebf6b4b6a1fa714f15f828206aef79fdf348a

Contents?: true

Size: 245 Bytes

Versions: 4

Compression:

Stored size: 245 Bytes

Contents

covers 'facets/module/nodef'

testcase Module do

  unit :nodef do
    c = Class.new do
      def the_undefined_method ; 'not here' ; end
      nodef :the_undefined_method
    end

    c.new.refute.respond_to?(:the_undefined_method)
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/module/test_nodef.rb
facets-2.9.0 test/core/module/test_nodef.rb
facets-2.9.0.pre.2 test/core/module/test_nodef.rb
facets-2.9.0.pre.1 test/core/module/test_nodef.rb