Sha256: 0452e5d45a7d5403f649384c41fe7caa935d06b7dea5c309586f9fc4840b6e4c

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 Bytes

Contents

require 'spec_helper'

describe Hershey::Document do
  it "should produce same output" do
    Hershey.svg("It's all OKAY!", font: :futural, width: 500).should == File.read("spec/ex.svg")
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hershey-0.0.11 spec/document_spec.rb
hershey-0.0.10 spec/document_spec.rb
hershey-0.0.9 spec/document_spec.rb
hershey-0.0.8 spec/document_spec.rb
hershey-0.0.7 spec/document_spec.rb
hershey-0.0.6 spec/document_spec.rb
hershey-0.0.5 spec/document_spec.rb