Sha256: 4e390137d10959e7877764e67501f9c69342682cb9c95e7d03cb28c1d98f50b6
Contents?: true
Size: 344 Bytes
Versions: 6
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
6 entries across 6 versions & 1 rubygems