Sha256: 1dd5b3ac6776bb9f1b542ffc4b2c2ffe32c0f4473ad33636f58cfcb78fbe1b11

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

shared_examples 'a manga collection' do

  it { is_expected.not_to be_empty }
  it "returns an array of Mangas" do
    subject.each do |item|
      expect(item).to be_a_kind_of(Fappu::Manga)
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fappu-1.0.0 spec/shared_examples.rb