Sha256: 583ddbc97ae78f59015c2b3ce7984a88b18dcaa6a808c1bdc8b49197e5e601ad
Contents?: true
Size: 378 Bytes
Versions: 3
Compression:
Stored size: 378 Bytes
Contents
# encoding: utf-8 require 'test/helper' class Nanoc3::Filters::RubyPantsTest < MiniTest::Unit::TestCase include Nanoc3::TestHelpers def test_filter if_have 'rubypants' do # Get filter filter = ::Nanoc3::Filters::RubyPants.new # Run filter result = filter.run("Wait---what?") assert_equal("Wait—what?", result) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nanoc3-3.1.9 | test/filters/test_rubypants.rb |
nanoc3-3.1.8 | test/filters/test_rubypants.rb |
nanoc3-3.2.0a4 | test/filters/test_rubypants.rb |