Sha256: 4f58dc22081e59500febfde06ab26beea3f837f5f10bf05785a54c5d712a8f2e
Contents?: true
Size: 172 Bytes
Versions: 3
Compression:
Stored size: 172 Bytes
Contents
# encoding: utf-8 shared_examples_for 'a hash method' do it_should_behave_like 'an idempotent method' it 'is a Fixnum' do should be_instance_of(Fixnum) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
devtools-0.1.2 | shared/spec/shared/hash_method_behavior.rb |
devtools-0.1.1 | shared/spec/shared/hash_method_behavior.rb |
devtools-0.1.0 | shared/spec/shared/hash_method_behavior.rb |