Sha256: fe15bcc45fe14c9f5db2ede59028337c9723fef9a0a22799a6ec992a74b23377
Contents?: true
Size: 416 Bytes
Versions: 11
Compression:
Stored size: 416 Bytes
Contents
require 'spec_helper' describe Qa::Authorities::Tgnlang do let(:subject) { @terms = Qa::Authorities::Tgnlang.new } describe "#search" do it "should return unique record with query of Tibetan" do expect(subject.search("Tibetan")).to eq([{"id"=>"75446", "label"=>"Tibetan"}]) end it "should return type Array" do expect(subject.search("Tibetan")).to be_kind_of(Array) end end end
Version data entries
11 entries across 11 versions & 1 rubygems