Sha256: c43ddbdec7bd371f478a1e773222d661ff82862939ffc76e2b6c3fb4a6daa694

Contents?: true

Size: 361 Bytes

Versions: 1

Compression:

Stored size: 361 Bytes

Contents

require "spec_helper"

RSpec.describe Fontist::Source do
  describe ".all" do
    it "returns all of the dataset" do
      sources = Fontist::Source.all

      expect(sources.system.linux.paths).not_to be_nil
      expect(sources.remote.msvista.file_size).to eq("62914560")
      expect(sources.remote.msvista.fonts).to include("CALIBRI.TTF")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fontist-0.2.0 spec/fontist/source_spec.rb