summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-06-18 12:34:11 +0200
committerAzul <azul@leap.se>2012-06-18 12:34:11 +0200
commit09a7a8c0fb28ff49fac64f282aa136f8a2c20dfe (patch)
tree09e0101fb5d02cf0db3648eae562a981aa422b17 /test/test_helper.rb
initial commit - testing srp auth
* This is lacking a few steps. We confirm the secret is the same but no key is generated from it and it is transfered over the wire in clear. * this was inspired by https://gist.github.com/790048 * seperated util, client, server and test code
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 0000000..68d3acf
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,3 @@
+require "rubygems"
+require 'test/unit'
+require File.expand_path(File.dirname(__FILE__) + '/../lib/srp.rb')