Skip to content

Commit 0f1330b

Browse files
committed
(MAINT) Fix shellwords require
1 parent 76cb971 commit 0f1330b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'Shellwords'
3+
require 'shellwords'
44
require 'open3'
55
require 'rspec/expectations'
66

0 commit comments

Comments
 (0)