Sha256: 8017711ba55b003e2aa886cce3de79b737d58fb29fc0deef1e91638d80da783b
Contents?: true
Size: 236 Bytes
Versions: 10
Compression:
Stored size: 236 Bytes
Contents
require 'spec_helper' require 'conceptql/nodes/death' require_double('stream_for_casting') describe ConceptQL::Nodes::CastingNode do it 'behaves itself' do ConceptQL::Nodes::Death.new.must_behave_like(:casting_node) end end
Version data entries
10 entries across 10 versions & 1 rubygems