Sha256: 313e8922204baadafce712b37f4e5a16cd6a0d84f09afc382d9ab54f74cdc805
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
require 'test/unit' require 'search_biomodel' class TestSearchBiomodel < Test::Unit::TestCase include SysMODB::SearchBiomodel def test_find_all_models response = get_all_models assert_not_nil response end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
search_biomodel-0.1.2 | test/test_search_biomodel.rb |