Sha256: 48b04608a82d1b1a1da27c7778b78c048ff8914eeec3a7bf5684010a678caf6b

Contents?: true

Size: 212 Bytes

Versions: 17

Compression:

Stored size: 212 Bytes

Contents

module Test
  module Unit
    class TestCase
      def kcode(code)
        begin
          TMail.KCODE = code
          yield
        ensure
          TMail.KCODE = 'NONE'
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 9 rubygems

Version Path
tmail_es-1.2.7.3 test/kcode.rb
tmail_es-1.2.7.2 test/kcode.rb
bjornblomqvist-tmail-0.0.1 test/kcode.rb
bjornblomqvist-tmail-0.0.2 test/kcode.rb
japetheape-tmail-1.2.3.4 test/kcode.rb
ledermann-tmail-1.2.5 test/kcode.rb
lonbaker-tmail-1.2.3.1 test/kcode.rb
valodzka-tmail-1.2.3.2 test/kcode.rb
valodzka-tmail-1.2.3.3 test/kcode.rb
valodzka-valodzka-tmail-1.2.3.2 test/kcode.rb
tmail-1.2.7.1 test/kcode.rb
tmail-1.2.7 test/kcode.rb
tmail-1.2.6 test/kcode.rb
sa-tmail-1.2.5.1 test/kcode.rb
tmail-1.2.3.1 test/kcode.rb
tmail-1.2.2 test/kcode.rb
tmail-1.2.3 test/kcode.rb