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