summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-08-06 12:34:47 +0200
committerAzul <azul@leap.se>2012-08-06 12:41:06 +0200
commit552574bfb0a0160935452b605bb262b5b52c4f67 (patch)
tree71ec6bba217db018f20a4270eacdcdb02c7a8dbe /test
parent8d489f7c431cf24c84ac5fc23be1b9b3531b402b (diff)
added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 68d3acf..65be0d5 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,3 +1,3 @@
require "rubygems"
require 'test/unit'
-require File.expand_path(File.dirname(__FILE__) + '/../lib/srp.rb')
+require File.expand_path(File.dirname(__FILE__) + '/../lib/ruby-srp.rb')