spec/watirspec/elements/dl_spec.rb in watir-6.15.0 vs spec/watirspec/elements/dl_spec.rb in watir-6.15.1

- old
+ new

@@ -111,12 +111,12 @@ end describe '#to_hash' do it 'converts the dl to a Hash' do expect(browser.dl(id: 'experience-list').to_hash).to eq Hash[ - 'Experience' => '11 years', - 'Education' => 'Master', - 'Current industry' => 'Architecture', + 'Experience' => '11 years', + 'Education' => 'Master', + 'Current industry' => 'Architecture', 'Previous industry experience' => 'Architecture' ] end end end