Skip to content

Commit e93279f

Browse files
committed
Remove leftover debug print
1 parent f9a99e1 commit e93279f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/shared/framework_integration_behavior.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def system_with_gemfile(*command)
1414
around do |example|
1515
Bundler.with_unbundled_env do
1616
Dir.chdir(TestApp.root) do
17-
Kernel.system(*p('bundle', 'install', '--gemfile', gemfile)) || fail('Bundle install failed!')
17+
Kernel.system('bundle', 'install', '--gemfile', gemfile) || fail('Bundle install failed!')
1818
example.run
1919
end
2020
end

0 commit comments

Comments
 (0)