Sha256: 06ce339cbeb752430f939e083edbf6883a3bc6e16086414cf86771585072f5bf

Contents?: true

Size: 342 Bytes

Versions: 25

Compression:

Stored size: 342 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')

describe ::Inch::API::List do
  before do
    @codebase = test_codebase(:simple)
  end

  it "should work" do
    @options = {}
    @context = ::Inch::API::List.new @codebase, @options
    refute @context.objects.empty?
    refute @context.grade_lists.empty?
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
inch-0.3.3 test/unit/api/list_test.rb
inch-0.3.3.rc1 test/unit/api/list_test.rb
inch-0.3.2 test/unit/api/list_test.rb
inch-0.3.2.rc2 test/unit/api/list_test.rb
inch-0.3.2.rc1 test/unit/api/list_test.rb