Sha256: d2b02a824f3bb7be6fc9e7998ef2eb998e330e65ebd5cf07da5b1d2ce9ec3e71
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
require 'helper' class AlsTypografTest < ActiveSupport::TestCase # TODO: need more tests or not? context 'with default configuration' do setup { AlsTypograf.default_options! } process_assertions({ '- Это "Типограф"?' => "<p>— Это «Типограф»?</p>", }) end context 'no p' do setup { AlsTypograf.use_p = false } process_assertions({ '- Это "Типограф"?' => "— Это «Типограф»?", }) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
als_typograf-0.0.5 | test/unit/als_typograf_test.rb |