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