Sha256: 140ff208951d2a767bcfd8fd1f6935ec4be5478d102ef39cc0aa093bd262c6ac
Contents?: true
Size: 721 Bytes
Versions: 54
Compression:
Stored size: 721 Bytes
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::BranchName # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'BranchName' do before do # run before each test @instance = Phrase::BranchName.new end after do # run after each test end describe 'test an instance of BranchName' do it 'should create an instance of BranchName' do expect(@instance).to be_instance_of(Phrase::BranchName) 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 end
Version data entries
54 entries across 54 versions & 1 rubygems