Sha256: 13ea0bb697b2bda5ea32fdccc98570275b33852f09f24f9d130633a264739b5f

Contents?: true

Size: 261 Bytes

Versions: 12

Compression:

Stored size: 261 Bytes

Contents

gem 'minitest'

require 'minitest/autorun'
require 'mocha/setup'

require 'pp'

require 'web_font'

WebFont::Index.path = File.join(WebFont.test_root, 'index', 'google')

WebFont::LocalCache.cache      = true
WebFont::LocalCache.cache_path = 'test/local_cache'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
web_font-0.2.0 test/test_helper.rb
web_font-0.1.14 test/test_helper.rb
web_font-0.1.13 test/test_helper.rb
web_font-0.1.12 test/test_helper.rb
web_font-0.1.11 test/test_helper.rb
web_font-0.1.10 test/test_helper.rb
web_font-0.1.9 test/test_helper.rb
web_font-0.1.7 test/test_helper.rb
web_font-0.1.6 test/test_helper.rb
web_font-0.1.5 test/test_helper.rb
web_font-0.1.4 test/test_helper.rb
web_font-0.1.3 test/test_helper.rb