zest 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/zest/version.rb +1 -1
  4. data/spec/api/pulp_api_spec.rb +3 -3
  5. data/spec/api_client_spec.rb +29 -29
  6. data/spec/configuration_spec.rb +3 -3
  7. data/spec/models/artifact_spec.rb +3 -3
  8. data/spec/models/async_operation_response_spec.rb +3 -3
  9. data/spec/models/distribution_spec.rb +3 -3
  10. data/spec/models/file_content_spec.rb +3 -3
  11. data/spec/models/file_publisher_spec.rb +3 -3
  12. data/spec/models/file_remote_spec.rb +3 -3
  13. data/spec/models/inline_response_200_10_spec.rb +3 -3
  14. data/spec/models/inline_response_200_1_spec.rb +3 -3
  15. data/spec/models/inline_response_200_2_spec.rb +3 -3
  16. data/spec/models/inline_response_200_3_spec.rb +3 -3
  17. data/spec/models/inline_response_200_4_spec.rb +3 -3
  18. data/spec/models/inline_response_200_5_spec.rb +3 -3
  19. data/spec/models/inline_response_200_6_spec.rb +3 -3
  20. data/spec/models/inline_response_200_7_spec.rb +3 -3
  21. data/spec/models/inline_response_200_8_spec.rb +3 -3
  22. data/spec/models/inline_response_200_9_spec.rb +3 -3
  23. data/spec/models/inline_response_200_spec.rb +3 -3
  24. data/spec/models/progress_report_spec.rb +3 -3
  25. data/spec/models/publication_spec.rb +3 -3
  26. data/spec/models/repository_publish_url_spec.rb +3 -3
  27. data/spec/models/repository_spec.rb +3 -3
  28. data/spec/models/repository_sync_url_spec.rb +3 -3
  29. data/spec/models/repository_version_create_spec.rb +3 -3
  30. data/spec/models/repository_version_spec.rb +3 -3
  31. data/spec/models/task_spec.rb +3 -3
  32. data/spec/models/user_spec.rb +3 -3
  33. data/spec/models/worker_spec.rb +3 -3
  34. data/spec/spec_helper.rb +1 -1
  35. data/zest.gemspec +3 -4
  36. metadata +6 -44
  37. data/api.json +0 -1
  38. data/config.json +0 -6
  39. data/katello_pulp_api-0.0.1.gem +0 -0
  40. data/katello_pulp_api.gemspec +0 -46
  41. data/lib/katello_pulp_api.rb +0 -67
  42. data/lib/katello_pulp_api/api/pulp_api.rb +0 -3277
  43. data/lib/katello_pulp_api/api_client.rb +0 -389
  44. data/lib/katello_pulp_api/api_error.rb +0 -38
  45. data/lib/katello_pulp_api/configuration.rb +0 -209
  46. data/lib/katello_pulp_api/models/artifact.rb +0 -278
  47. data/lib/katello_pulp_api/models/async_operation_response.rb +0 -194
  48. data/lib/katello_pulp_api/models/distribution.rb +0 -350
  49. data/lib/katello_pulp_api/models/file_content.rb +0 -272
  50. data/lib/katello_pulp_api/models/file_publisher.rb +0 -306
  51. data/lib/katello_pulp_api/models/file_remote.rb +0 -452
  52. data/lib/katello_pulp_api/models/inline_response_200.rb +0 -227
  53. data/lib/katello_pulp_api/models/inline_response_200_1.rb +0 -227
  54. data/lib/katello_pulp_api/models/inline_response_200_10.rb +0 -227
  55. data/lib/katello_pulp_api/models/inline_response_200_2.rb +0 -227
  56. data/lib/katello_pulp_api/models/inline_response_200_3.rb +0 -227
  57. data/lib/katello_pulp_api/models/inline_response_200_4.rb +0 -227
  58. data/lib/katello_pulp_api/models/inline_response_200_5.rb +0 -227
  59. data/lib/katello_pulp_api/models/inline_response_200_6.rb +0 -227
  60. data/lib/katello_pulp_api/models/inline_response_200_7.rb +0 -227
  61. data/lib/katello_pulp_api/models/inline_response_200_8.rb +0 -227
  62. data/lib/katello_pulp_api/models/inline_response_200_9.rb +0 -227
  63. data/lib/katello_pulp_api/models/progress_report.rb +0 -271
  64. data/lib/katello_pulp_api/models/publication.rb +0 -249
  65. data/lib/katello_pulp_api/models/repository.rb +0 -260
  66. data/lib/katello_pulp_api/models/repository_publish_url.rb +0 -199
  67. data/lib/katello_pulp_api/models/repository_sync_url.rb +0 -206
  68. data/lib/katello_pulp_api/models/repository_version.rb +0 -277
  69. data/lib/katello_pulp_api/models/repository_version_create.rb +0 -223
  70. data/lib/katello_pulp_api/models/task.rb +0 -363
  71. data/lib/katello_pulp_api/models/user.rb +0 -284
  72. data/lib/katello_pulp_api/models/worker.rb +0 -254
  73. data/lib/katello_pulp_api/version.rb +0 -15
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2002
17
+ # Unit tests for Zest::InlineResponse2002
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2002' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2002.new
23
+ @instance = Zest::InlineResponse2002.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2002' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2002' do
31
31
  it 'should create an instance of InlineResponse2002' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2002)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2002)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2003
17
+ # Unit tests for Zest::InlineResponse2003
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2003' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2003.new
23
+ @instance = Zest::InlineResponse2003.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2003' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2003' do
31
31
  it 'should create an instance of InlineResponse2003' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2003)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2003)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2004
17
+ # Unit tests for Zest::InlineResponse2004
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2004' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2004.new
23
+ @instance = Zest::InlineResponse2004.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2004' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2004' do
31
31
  it 'should create an instance of InlineResponse2004' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2004)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2004)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2005
17
+ # Unit tests for Zest::InlineResponse2005
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2005' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2005.new
23
+ @instance = Zest::InlineResponse2005.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2005' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2005' do
31
31
  it 'should create an instance of InlineResponse2005' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2005)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2005)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2006
17
+ # Unit tests for Zest::InlineResponse2006
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2006' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2006.new
23
+ @instance = Zest::InlineResponse2006.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2006' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2006' do
31
31
  it 'should create an instance of InlineResponse2006' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2006)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2006)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2007
17
+ # Unit tests for Zest::InlineResponse2007
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2007' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2007.new
23
+ @instance = Zest::InlineResponse2007.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2007' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2007' do
31
31
  it 'should create an instance of InlineResponse2007' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2007)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2007)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2008
17
+ # Unit tests for Zest::InlineResponse2008
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2008' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2008.new
23
+ @instance = Zest::InlineResponse2008.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2008' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2008' do
31
31
  it 'should create an instance of InlineResponse2008' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2008)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2008)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse2009
17
+ # Unit tests for Zest::InlineResponse2009
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse2009' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse2009.new
23
+ @instance = Zest::InlineResponse2009.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse2009' do
29
29
 
30
30
  describe 'test an instance of InlineResponse2009' do
31
31
  it 'should create an instance of InlineResponse2009' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse2009)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse2009)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::InlineResponse200
17
+ # Unit tests for Zest::InlineResponse200
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'InlineResponse200' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::InlineResponse200.new
23
+ @instance = Zest::InlineResponse200.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'InlineResponse200' do
29
29
 
30
30
  describe 'test an instance of InlineResponse200' do
31
31
  it 'should create an instance of InlineResponse200' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::InlineResponse200)
32
+ expect(@instance).to be_instance_of(Zest::InlineResponse200)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::ProgressReport
17
+ # Unit tests for Zest::ProgressReport
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'ProgressReport' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::ProgressReport.new
23
+ @instance = Zest::ProgressReport.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'ProgressReport' do
29
29
 
30
30
  describe 'test an instance of ProgressReport' do
31
31
  it 'should create an instance of ProgressReport' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::ProgressReport)
32
+ expect(@instance).to be_instance_of(Zest::ProgressReport)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "message"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::Publication
17
+ # Unit tests for Zest::Publication
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'Publication' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::Publication.new
23
+ @instance = Zest::Publication.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'Publication' do
29
29
 
30
30
  describe 'test an instance of Publication' do
31
31
  it 'should create an instance of Publication' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::Publication)
32
+ expect(@instance).to be_instance_of(Zest::Publication)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "_href"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::RepositoryPublishURL
17
+ # Unit tests for Zest::RepositoryPublishURL
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'RepositoryPublishURL' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::RepositoryPublishURL.new
23
+ @instance = Zest::RepositoryPublishURL.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'RepositoryPublishURL' do
29
29
 
30
30
  describe 'test an instance of RepositoryPublishURL' do
31
31
  it 'should create an instance of RepositoryPublishURL' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::RepositoryPublishURL)
32
+ expect(@instance).to be_instance_of(Zest::RepositoryPublishURL)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "repository"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::Repository
17
+ # Unit tests for Zest::Repository
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'Repository' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::Repository.new
23
+ @instance = Zest::Repository.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'Repository' do
29
29
 
30
30
  describe 'test an instance of Repository' do
31
31
  it 'should create an instance of Repository' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::Repository)
32
+ expect(@instance).to be_instance_of(Zest::Repository)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "_href"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::RepositorySyncURL
17
+ # Unit tests for Zest::RepositorySyncURL
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'RepositorySyncURL' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::RepositorySyncURL.new
23
+ @instance = Zest::RepositorySyncURL.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'RepositorySyncURL' do
29
29
 
30
30
  describe 'test an instance of RepositorySyncURL' do
31
31
  it 'should create an instance of RepositorySyncURL' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::RepositorySyncURL)
32
+ expect(@instance).to be_instance_of(Zest::RepositorySyncURL)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "repository"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::RepositoryVersionCreate
17
+ # Unit tests for Zest::RepositoryVersionCreate
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'RepositoryVersionCreate' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::RepositoryVersionCreate.new
23
+ @instance = Zest::RepositoryVersionCreate.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'RepositoryVersionCreate' do
29
29
 
30
30
  describe 'test an instance of RepositoryVersionCreate' do
31
31
  it 'should create an instance of RepositoryVersionCreate' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::RepositoryVersionCreate)
32
+ expect(@instance).to be_instance_of(Zest::RepositoryVersionCreate)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "add_content_units"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::RepositoryVersion
17
+ # Unit tests for Zest::RepositoryVersion
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'RepositoryVersion' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::RepositoryVersion.new
23
+ @instance = Zest::RepositoryVersion.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'RepositoryVersion' do
29
29
 
30
30
  describe 'test an instance of RepositoryVersion' do
31
31
  it 'should create an instance of RepositoryVersion' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::RepositoryVersion)
32
+ expect(@instance).to be_instance_of(Zest::RepositoryVersion)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "_href"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::Task
17
+ # Unit tests for Zest::Task
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'Task' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::Task.new
23
+ @instance = Zest::Task.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'Task' do
29
29
 
30
30
  describe 'test an instance of Task' do
31
31
  it 'should create an instance of Task' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::Task)
32
+ expect(@instance).to be_instance_of(Zest::Task)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "_href"' do
@@ -14,13 +14,13 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for KatelloPulpApi::User
17
+ # Unit tests for Zest::User
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
20
  describe 'User' do
21
21
  before do
22
22
  # run before each test
23
- @instance = KatelloPulpApi::User.new
23
+ @instance = Zest::User.new
24
24
  end
25
25
 
26
26
  after do
@@ -29,7 +29,7 @@ describe 'User' do
29
29
 
30
30
  describe 'test an instance of User' do
31
31
  it 'should create an instance of User' do
32
- expect(@instance).to be_instance_of(KatelloPulpApi::User)
32
+ expect(@instance).to be_instance_of(Zest::User)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "_href"' do