Sha256: 0991f99141b9de031c64494c4553f0c1194ed85c9f548560a3702836258957b7

Contents?: true

Size: 302 Bytes

Versions: 40

Compression:

Stored size: 302 Bytes

Contents

class Nanoc::Filters::RubyPantsTest < Nanoc::TestCase
  def test_filter
    if_have 'rubypants' do
      # Get filter
      filter = ::Nanoc::Filters::RubyPants.new

      # Run filter
      result = filter.setup_and_run('Wait---what?')
      assert_equal('Wait&#8212;what?', result)
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
nanoc-4.4.5 test/filters/test_rubypants.rb
nanoc-4.4.4 test/filters/test_rubypants.rb
nanoc-4.4.3 test/filters/test_rubypants.rb
nanoc-4.4.2 test/filters/test_rubypants.rb
nanoc-4.4.1 test/filters/test_rubypants.rb
nanoc-4.4.0 test/filters/test_rubypants.rb
nanoc-4.3.8 test/filters/test_rubypants.rb
nanoc-4.3.7 test/filters/test_rubypants.rb
nanoc-4.3.6 test/filters/test_rubypants.rb
nanoc-4.3.5 test/filters/test_rubypants.rb
nanoc-4.3.4 test/filters/test_rubypants.rb
nanoc-4.3.3 test/filters/test_rubypants.rb
nanoc-4.3.2 test/filters/test_rubypants.rb
nanoc-4.3.1 test/filters/test_rubypants.rb
nanoc-4.3.0 test/filters/test_rubypants.rb
nanoc-4.2.4 test/filters/test_rubypants.rb
nanoc-4.2.3 test/filters/test_rubypants.rb
nanoc-4.2.2 test/filters/test_rubypants.rb
nanoc-4.2.1 test/filters/test_rubypants.rb
nanoc-4.2.0 test/filters/test_rubypants.rb