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

Version Path
inch-0.5.0.rc5 test/unit/api/stats_test.rb
inch-0.5.0.rc4 test/unit/api/stats_test.rb
inch-0.4.10 test/unit/api/stats_test.rb
inch-0.4.9 test/unit/api/stats_test.rb
inch-0.4.8 test/unit/api/stats_test.rb
inch-0.4.7 test/unit/api/stats_test.rb