lib/rspec/models/unidom/standard/standard_associating_spec.rb in unidom-standard-1.4.7 vs lib/rspec/models/unidom/standard/standard_associating_spec.rb in unidom-standard-1.4.8
- old
+ new
@@ -16,19 +16,19 @@
it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
source_standard_attributes = {
name: 'Source Name',
- number: 'GB/T 3259-2008',
+ number: 'GB/T 8888-000',
ics_code: '11-23-68',
published_on: Date.current-20.years,
applied_on: Date.current,
obsoleted_on: Date.current+1.year
}
target_standard_attributes = {
name: 'Target Name',
- number: 'GB/T 3259-2018',
+ number: 'GB/T 8888-001',
ics_code: '11-23-68',
published_on: Date.current+1.year,
applied_on: Date.current,
obsoleted_on: Date.current+20.years
}