Skip to content

Commit 20c9aa8

Browse files
committed
Rubocop fix
1 parent beb9a55 commit 20c9aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/lib/geo_combine/fgdc_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
end
5353

5454
it 'dc_description_s' do
55-
expect(fgdc_geobl.metadata['dc_description_s']).to match(/Ecuador created from/)
55+
expect(fgdc_geobl.metadata['dc_description_s']).to match('Ecuador created from')
5656
end
5757

5858
it 'dc_rights_s' do

0 commit comments

Comments
 (0)