Sha256: a27f0d21377ff8171bad377a4ff54f854dc2773f45ca0aa6d5e8ef6f9889b445
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
require 'spec_helper' describe Fappu::Tag do describe '.list', vcr: 'taglist' do subject { described_class.list } it { is_expected.not_to be_empty } it "should return an array of tag objects" do expect(subject.first).to be_a_kind_of(described_class) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fappu-1.0.0 | spec/lib/fappu/tag_spec.rb |