spec/cellular/configuration_spec.rb in cellular-1.3.0 vs spec/cellular/configuration_spec.rb in cellular-2.0.0
- old
+ new
@@ -15,7 +15,10 @@
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