Sha256: ba98ce5ab718a5775e8938c73522ae591339e868d03f3d660b5d63f410c1ab18

Contents?: true

Size: 200 Bytes

Versions: 4

Compression:

Stored size: 200 Bytes

Contents

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

class NoPublicKeyErrorTest < Test::Unit::TestCase
  def test_should_exist
    assert_not_nil PluginAWeek::EncryptedStrings::NoPublicKeyError
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
encrypted_strings-0.0.4 test/no_public_key_error_test.rb
encrypted_strings-0.0.5 test/no_public_key_error_test.rb
encrypted_strings-0.1.0 test/no_public_key_error_test.rb
encrypted_strings-0.1.1 test/no_public_key_error_test.rb