Sha256: fa45bc851f1950ef450a07f2b28072aa5b5c57385cd4899c28fff357da70373c

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

require File.join(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

3 entries across 3 versions & 1 rubygems

Version Path
encrypted_strings-0.0.1 test/no_private_key_error_test.rb
encrypted_strings-0.0.3 test/no_private_key_error_test.rb
encrypted_strings-0.0.2 test/no_private_key_error_test.rb