Sha256: f380d40a64ab38a348cfca1613129d3a34b3fb1a2fe0e4a2f7632ce964b1250d
Contents?: true
Size: 277 Bytes
Versions: 4
Compression:
Stored size: 277 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper.rb' module Spec module Runner context "ObjectExt" do specify "should add copy_instance_variables_from to object" do Object.new.should_respond_to :copy_instance_variables_from end end end end
Version data entries
4 entries across 4 versions & 2 rubygems