spec/cellular/configuration_spec.rb in cellular-2.1.0 vs spec/cellular/configuration_spec.rb in cellular-2.2.0
- old
+ new
@@ -1,9 +1,8 @@
require 'spec_helper'
describe Cellular::Configuration do
-
it { should respond_to :username= }
it { should respond_to :username }
it { should respond_to :password= }
it { should respond_to :password }
it { should respond_to :delivery_url= }
@@ -15,10 +14,9 @@
it { should respond_to :price }
it { should respond_to :country_code= }
it { should respond_to :country_code }
it { should respond_to :sender= }
it { should respond_to :sender }
-
+
it { should respond_to :logger= }
it { should respond_to :logger }
-
end