Sha256: 0f271f44cf4519334bb581a23660173318f7d452623a6124e5e254ded6c993fc
Contents?: true
Size: 476 Bytes
Versions: 8
Compression:
Stored size: 476 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../test_helper') require 'rbbt/sources/gscholar' require 'test/unit' class TestGScholar < Test::Unit::TestCase def test_citation assert_match GoogleScholar.citation_link("Ten Years of Pathway Analysis: Current Approaches and Outstanding Challenges").to_s, /cites/ assert_match GoogleScholar.number_cites("Ten Years of Pathway Analysis: Current Approaches and Outstanding Challenges").to_s, /\d+/ end end
Version data entries
8 entries across 8 versions & 1 rubygems