Sha256: 9d5622814a58d3bbc5b7b378115afbc99cfce5236539ac996023915ace4e1101

Contents?: true

Size: 202 Bytes

Versions: 4

Compression:

Stored size: 202 Bytes

Contents

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

class NoPrivateKeyErrorTest < Test::Unit::TestCase
  def test_should_exist
    assert_not_nil PluginAWeek::EncryptedStrings::NoPrivateKeyError
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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