Sha256: bfe986bb4c439efcf9bdadbc8a44fa5ea2d0dc3753d7aa1062bd20c16182680b

Contents?: true

Size: 224 Bytes

Versions: 7

Compression:

Stored size: 224 Bytes

Contents

require File.join(File.dirname(__FILE__), "..", "test_helper")

context "A class that is commentable" do
  should "be able to have many root comments" do
    assert Commentable.new.comment_threads.is_a?(Enumerable)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
muck-comments-0.1.1 test/unit/commentable_test.rb
muck-comments-0.1.2 test/unit/commentable_test.rb
muck-comments-0.1.3 test/unit/commentable_test.rb
muck-comments-0.1.4 test/unit/commentable_test.rb
muck-comments-0.1.5 test/unit/commentable_test.rb
muck-comments-0.1.6 test/unit/commentable_test.rb
muck-comments-0.1.0 test/unit/commentable_test.rb