spec/models/attachment_spec.rb in subskribe_sandbox-1.0.1 vs spec/models/attachment_spec.rb in subskribe_sandbox-1.0.2
- old
+ new
@@ -12,25 +12,25 @@
require 'spec_helper'
require 'json'
require 'date'
-# Unit tests for SubskribeDevClient::Attachment
+# Unit tests for SubskribeSandboxClient::Attachment
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'Attachment' do
before do
# run before each test
- @instance = SubskribeDevClient::Attachment.new
+ @instance = SubskribeSandboxClient::Attachment.new
end
after do
# run after each test
end
describe 'test an instance of Attachment' do
it 'should create an instance of Attachment' do
- expect(@instance).to be_instance_of(SubskribeDevClient::Attachment)
+ expect(@instance).to be_instance_of(SubskribeSandboxClient::Attachment)
end
end
describe 'test attribute "id"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers