Sha256: 08372b80da39cf878b17f521e2918afd4249fb5b89cd95e6dda1c3ac047451fa

Contents?: true

Size: 1.95 KB

Versions: 13

Compression:

Stored size: 1.95 KB

Contents

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for Phrase::Project
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'Project' do
  before do
    # run before each test
    @instance = Phrase::Project.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of Project' do
    it 'should create an instance of Project' do
      expect(@instance).to be_instance_of(Phrase::Project)
    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
    end
  end

  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "slug"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "main_format"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "project_image_url"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "account"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "created_at"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "updated_at"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-2.0.0 spec/models/project_spec.rb
phrase-1.0.14 spec/models/project_spec.rb
phrase-1.0.13 spec/models/project_spec.rb
phrase-1.0.12 spec/models/project_spec.rb
phrase-1.0.11 spec/models/project_spec.rb
phrase-1.0.10 spec/models/project_spec.rb
phrase-1.0.9 spec/models/project_spec.rb
phrase-1.0.8 spec/models/project_spec.rb
phrase-1.0.7 spec/models/project_spec.rb
phrase-1.0.6 spec/models/project_spec.rb
phrase-1.0.5 spec/models/project_spec.rb
phrase-1.0.4 spec/models/project_spec.rb
phrase-1.0.3 spec/models/project_spec.rb