Sha256: 330a96b83ef7c196b2c252c91850fd67df09c330ebe7f97491e9e9df1caeaeea

Contents?: true

Size: 164 Bytes

Versions: 8

Compression:

Stored size: 164 Bytes

Contents

require 'test/unit'
require File.dirname(__FILE__) + '/test_helper'

class RespondsToParentTest < Test::Unit::TestCase

  def test_truth
    assert true
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.3.1 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.3.0 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.1.0 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.0.0 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.0.0.beta3 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.0.0.beta2 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
community_engine-2.0.0.beta1 vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb