Sha256: 0582511a9707c682e270c48312cece08655e6c344a97a64da4f2227739dbe125
Contents?: true
Size: 344 Bytes
Versions: 25
Compression:
Stored size: 344 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../test_helper') describe ::Inch::API::Stats do before do @codebase = test_codebase(:simple) end it "should work" do @options = {} @context = ::Inch::API::Stats.new @codebase, @options refute @context.objects.empty? refute @context.grade_lists.empty? end end
Version data entries
25 entries across 25 versions & 1 rubygems