summaryrefslogtreecommitdiff
path: root/spec/bundler/support/artifice/windows.rb
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2019-12-31 02:22:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-01 07:41:37 +0900
commite1c363f847451a4dcf7db7c07dd00e02d9d71ad3 (patch)
treec82ce64e4b441d04599bdec563951e7b205e0511 /spec/bundler/support/artifice/windows.rb
parent74cb4148856230a10daee1d043a8700f6d798bdf (diff)
[bundler/bundler] Add ruby2_keywords
https://github.com/bundler/bundler/commit/29d932d72d
Diffstat (limited to 'spec/bundler/support/artifice/windows.rb')
-rw-r--r--spec/bundler/support/artifice/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/artifice/windows.rb b/spec/bundler/support/artifice/windows.rb
index 21170c81d9..c31c6fff79 100644
--- a/spec/bundler/support/artifice/windows.rb
+++ b/spec/bundler/support/artifice/windows.rb
@@ -3,7 +3,7 @@
require_relative "../path"
include Spec::Path
-$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
+$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
require "artifice"
require "sinatra/base"