pluginaweek / encrypted_strings

Provides dead-simple string encryption/decryption syntax

This URL has Read+Write access

encrypted_strings / test / test_helper.rb
100644 5 lines (3 sloc) 0.112 kb
1
2
3
4
5
require 'test/unit'
 
$:.unshift(File.dirname(__FILE__) + '/../lib')
require File.dirname(__FILE__) + '/../init'