Sha256: 757cb03880168b702e646a32e7ed7b1112b1ad10e460ff5d54d8033b08d6b8d2
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
require 'spec_helper' # require 'gorillib/model' require 'gorillib/model/field' require 'gorillib/model/defaults' # require 'model_test_helpers' module Gorillib::Test ; end module Meta::Gorillib::Test ; end describe Gorillib::Collection, :model_spec => true do it 'needs more tests' let(:collection_with_mock_clxn) do coll = described_class.new coll.send(:define_singleton_method, :mock_clxn){ @clxn } coll.send(:instance_variable_set, :@clxn, mock('clxn hash') ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gorillib-0.4.0pre | spec/gorillib/collection_spec.rb |