Sha256: f5f3d5ac020abce4dc295223ff9a441ad00e72cb0292512dc3d26498344a7749

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

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

class NoKeyErrorTest < Test::Unit::TestCase
  def test_should_exist
    assert_not_nil PluginAWeek::EncryptedStrings::NoKeyError
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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