Sha256: a97e5cdc2562998f4a18b879104a86a8b696cd4e4f17916b71d871641a0c3af2

Contents?: true

Size: 1.23 KB

Versions: 9

Compression:

Stored size: 1.23 KB

Contents

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

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

  after do
    # run after each test
  end

  describe 'test an instance of JobLocale' do
    it 'should create an instance of JobLocale' do
      expect(@instance).to be_instance_of(Phrase::JobLocale)
    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 "job"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

  describe 'test attribute "users"' 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

9 entries across 9 versions & 1 rubygems

Version Path
phrase-1.0.9 spec/models/job_locale_spec.rb
phrase-1.0.8 spec/models/job_locale_spec.rb
phrase-1.0.7 spec/models/job_locale_spec.rb
phrase-1.0.6 spec/models/job_locale_spec.rb
phrase-1.0.5 spec/models/job_locale_spec.rb
phrase-1.0.4 spec/models/job_locale_spec.rb
phrase-1.0.3 spec/models/job_locale_spec.rb
phrase-1.0.2 spec/models/job_locale_spec.rb
phrase-1.0.1 spec/models/job_locale_spec.rb