spec/api/export_api_spec.rb in artikcloud-2.1.0 vs spec/api/export_api_spec.rb in artikcloud-2.1.1
- old
+ new
@@ -36,11 +36,11 @@
after do
# run after each test
end
describe 'test an instance of ExportApi' do
- it 'should create an instact of ExportApi' do
- # expect(@instance).to be_instance_of(ArtikCloud::ExportApi)
+ it 'should create an instance of ExportApi' do
+ expect(@instance).to be_instance_of(ArtikCloud::ExportApi)
end
end
# unit tests for export_request
# Create Export Request