Sha256: 6c7e74090f208ab881828361c0ba4827ab0042b120ad8a0209327d313cbc57d0
Contents?: true
Size: 227 Bytes
Versions: 3
Compression:
Stored size: 227 Bytes
Contents
require "test_helper" describe Object do it "responds to #inspect_lit" do assert { Object.new.respond_to?(:inspect_lit) } end it "responds to #identify" do assert { Object.new.respond_to?(:identify) } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
object_identifier-0.0.3 | test/core_ext/object_test.rb |
object_identifier-0.0.2 | test/core_ext/object_test.rb |
object_identifier-0.0.1 | test/core_ext/object_test.rb |