Sha256: 0ae6f7c2781ec78c8a3f29a6ac850d3789cc2ec50e3cf7c23d5ea0c9d9b8f4a4
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
# encoding: utf-8 require 'test/helper' class Nanoc3::RuleTest < MiniTest::Unit::TestCase include Nanoc3::TestHelpers def test_initialize # TODO implement end def test_applicable_to # TODO implement end def test_apply_to # TODO implement end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nanoc3-3.1.9 | test/base/test_rule.rb |
nanoc3-3.1.8 | test/base/test_rule.rb |
nanoc3-3.2.0a4 | test/base/test_rule.rb |