it "parse and to_s of simple GAV #{type} with range" do
      expected = "#{type} g:a, [1, 2)"
      a = Jars::GemspecArtifacts::Artifact.new(expected)
      a.to_s.must_equal expected
      line = "#{type} g:a:[1, 2)"