Sha256: 54f44bdff3cf3e246e5e31daad0c18faa1a02581a371ab8c64c0c62e6e8fded2
Contents?: true
Size: 316 Bytes
Versions: 6
Compression:
Stored size: 316 Bytes
Contents
require 'spec_helper' describe "presentation should parse all commits for a repo" do before do @helper = GitHelper.new end it "should parse more than 10 commits" do @helper.initialise_presentation({:no_of_commits => 13}) do |commits, yaml| yaml["slides"].length.should eql 13 end end end
Version data entries
6 entries across 6 versions & 1 rubygems