spec/models/account_details1_spec.rb in phrase-2.0.0 vs spec/models/account_details1_spec.rb in phrase-2.1.0

- old
+ new

@@ -18,9 +18,15 @@ describe 'test an instance of AccountDetails1' do it 'should create an instance of AccountDetails1' do expect(@instance).to be_instance_of(Phrase::AccountDetails1) end end + describe 'test attribute "subscription"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + describe 'test attribute "slug"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end