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