Skip to content

Commit 90f564c

Browse files
authored
Merge pull request #2439 from Shopify/fix-ci
Use `erb` instead of `set` for load path testing
2 parents 77f85ce + acba0b6 commit 90f564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/global_variables_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_gvar_LOAD_PATH(gvar: :$LOAD_PATH)
262262
# is a singleton method), we can't use `assert_send_type` and must use `assert_type`.
263263
loadpath = eval(gvar.to_s)
264264

265-
with_path 'set' do |path|
265+
with_path 'erb' do |path|
266266
assert_type '[:rb | :so, String]', loadpath.resolve_feature_path(path)
267267
end
268268

0 commit comments

Comments
 (0)