summaryrefslogtreecommitdiff
path: root/test/session_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/session_test.rb')
-rw-r--r--test/session_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/session_test.rb b/test/session_test.rb
index dc97077..ff3f4f3 100644
--- a/test/session_test.rb
+++ b/test/session_test.rb
@@ -38,13 +38,6 @@ class SessionTest < Test::Unit::TestCase
assert_equal client, session.authenticate(data[:m].hex)
end
- def fixture(filename)
- path = File.expand_path("../fixtures/#{filename}.json", __FILE__)
- HashWithIndifferentAccess[JSON.parse(File.read(path))]
- end
-
-
-
def stub_client(data)
@username = data[:username]
@password = data[:password]