spec/netsuite/configuration_spec.rb in netsuite-0.3.1 vs spec/netsuite/configuration_spec.rb in netsuite-0.3.2
- old
+ new
@@ -187,6 +187,20 @@
expect(config.api_version).to eq('2012_1')
end
end
end
+ describe "#credentials" do
+ context "when none are defined" do
+ skip "should properly create the auth credentials" do
+
+ end
+ end
+
+ context "when they are defined" do
+ it "should properly replace the default auth credentials" do
+
+ end
+ end
+ end
+
end