spec/cellular/configuration_spec.rb in cellular-1.1.0 vs spec/cellular/configuration_spec.rb in cellular-1.2.0
- old
+ new
@@ -9,6 +9,13 @@
it { should respond_to :delivery_url= }
it { should respond_to :delivery_url }
it { should respond_to :backend= }
it { should respond_to :backend }
+ it { should respond_to :price= }
+ 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 }
+
end