spec/models/entity_spec.rb in subskribe_sandbox-1.0.1 vs spec/models/entity_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::Entity
+# Unit tests for SubskribeSandboxClient::Entity
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'Entity' do
before do
# run before each test
- @instance = SubskribeDevClient::Entity.new
+ @instance = SubskribeSandboxClient::Entity.new
end
after do
# run after each test
end
describe 'test an instance of Entity' do
it 'should create an instance of Entity' do
- expect(@instance).to be_instance_of(SubskribeDevClient::Entity)
+ expect(@instance).to be_instance_of(SubskribeSandboxClient::Entity)
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