Sha256: 204a1f630623d0690ff25a515aa54b3f4f02a79205bf5335b3ac3cfc6c44cab4
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::Team1 # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'Team1' do before do # run before each test @instance = Phrase::Team1.new end after do # run after each test end describe 'test an instance of Team1' do it 'should create an instance of Team1' do expect(@instance).to be_instance_of(Phrase::Team1) 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 "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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.6.0 | spec/models/team1_spec.rb |
phrase-2.5.1 | spec/models/team1_spec.rb |
phrase-2.5.0 | spec/models/team1_spec.rb |