spec/unit/battlenet_authentication_spec.rb in battlenet-1.2.0 vs spec/unit/battlenet_authentication_spec.rb in battlenet-1.3.0
- old
+ new
@@ -1,6 +1,5 @@
require 'spec_helper'
-require 'battlenet/authentication'
describe Battlenet::Authentication do
let(:auth) { Battlenet::Authentication.new 'private' }
before(:each) do