Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Remove Sodium::Buffer and implicit SodiumTestHelper inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
stouset committed Jun 2, 2013
1 parent 31ececb commit 7f6960f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion lib/sodium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class MemoryError < Error; end
require 'sodium/delegate'

require 'sodium/buffer'
require 'sodium/util'

require 'sodium/auth'
require 'sodium/box'
Expand Down
33 changes: 0 additions & 33 deletions lib/sodium/util.rb

This file was deleted.

2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ def sodium_stub_failure(klass, method, &block)
klass.implementation.stub(method, false, &block)
end
end

include SodiumTestHelpers

0 comments on commit 7f6960f

Please sign in to comment.