Sha256: 1295b5dde16f7d3e175eb39dc4ebe605d3f01d44c46b6a07d1377e9f88c1e9c3

Contents?: true

Size: 256 Bytes

Versions: 8

Compression:

Stored size: 256 Bytes

Contents

# encoding: utf-8

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

8 entries across 8 versions & 1 rubygems

Version Path
nanoc3-3.2.4 test/base/test_rule.rb
nanoc3-3.2.3 test/base/test_rule.rb
nanoc3-3.2.2 test/base/test_rule.rb
nanoc3-3.2.1 test/base/test_rule.rb
nanoc3-3.2.0 test/base/test_rule.rb
nanoc3-3.2.0b3 test/base/test_rule.rb
nanoc3-3.2.0b2 test/base/test_rule.rb
nanoc3-3.2.0b1 test/base/test_rule.rb