Skip to content

Commit

Permalink
Fix Passenger Enterprise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jan 31, 2025
1 parent f360d4a commit 0326f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def copy_stub_contents
if !File.exist?("#{@full_app_root}/Gemfile")
FileUtils.cp("#{build_system_dir}/Gemfile", @full_app_root)
FileUtils.cp("#{build_system_dir}/Gemfile.lock", @full_app_root)
FileUtils.cp("#{build_system_dir}/passenger.gemspec", @full_app_root)
FileUtils.cp("#{build_system_dir}/#{PhusionPassenger::PACKAGE_NAME}.gemspec", @full_app_root)
FileUtils.mkdir("#{@full_app_root}/src/")
FileUtils.cp_r("#{build_system_dir}/src/ruby_supportlib", "#{@full_app_root}/src/")
if File.exist?("#{build_system_dir}/.bundle")
Expand Down

0 comments on commit 0326f4a

Please sign in to comment.