Sha256: 79924ecab8dc58e24dfe70b13eef46da66df3e03f9a87d4c11810183535e8772
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
require 'spec_helper' include FindCommunities describe BinaryGraph do it "can read a file" do filename = File.dirname(__FILE__) + "/../data/karate.bin" bg = BinaryGraph.new(filename) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
find_communities-0.0.3 | spec/lib/binary_graph_spec.rb |
find_communities-0.0.1 | spec/lib/binary_graph_spec.rb |