Sha256: c35c786e79f3da94b7899a8a0828160baa879fd3094744e8117197e3897d9f6c

Contents?: true

Size: 1.39 KB

Versions: 10

Compression:

Stored size: 1.39 KB

Contents

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

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

  after do
    # run after each test
  end

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

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

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

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

10 entries across 10 versions & 1 rubygems

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