Sha256: faec7e27a11429cb646ee2d748c15b4a4513b9b40c0f48d59ab0a1d71e271dc1

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

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

module Redmineup
  module ActsAsTaggable
    class TaggingTest < ActiveSupport::TestCase
      def test_tag
        assert_equal tags(:error), taggings(:tag_for_error).tag
      end

      def test_taggable
        assert_equal issues(:first_issue), taggings(:tag_for_error).taggable
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
redmineup-1.0.10 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.9 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.8 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.7 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.5 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.4 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.3 test/acts_as_taggable/tagging_test.rb
redmineup-1.0.2 test/acts_as_taggable/tagging_test.rb