Sha256: ed130f77032618361ea2e0f66f3f358aabb63ce8665edb5968d39b02baf5c957
Contents?: true
Size: 181 Bytes
Versions: 3
Compression:
Stored size: 181 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe Participant do it "should behave like an entity" do Participant.included_modules.should include(Entity) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jlindley-rlottery-0.1.2 | spec/rlottery/participant_spec.rb |
jlindley-rlottery-0.1.3 | spec/rlottery/participant_spec.rb |
jlindley-rlottery-0.1.4 | spec/rlottery/participant_spec.rb |