Sha256: c629bdc5825321a39eac4f5b94d7a1bb7e49eff501f9ed1e3daa61b228a64a8a
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
require 'spec_helper' include FindCommunities describe Community do it "can be initialized from a filename" do filename = File.dirname(__FILE__) + "/../data/karate.bin" c = Community.new(filename) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
find_communities-0.0.3 | spec/lib/community_spec.rb |
find_communities-0.0.1 | spec/lib/community_spec.rb |