Skip to content

Commit 802c451

Browse files
committed
Fixing the path for the string class
1 parent 3187076 commit 802c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/batch_parsing_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$: << '../lib'
33
require 'ruby-hl7'
44
require 'test/hl7_messages'
5-
require 'string'
5+
require 'core_ext/string'
66

77
describe HL7::Message do
88
context 'batch parsing' do

0 commit comments

Comments
 (0)