Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 4, 2024
1 parent 07f3613 commit 3041c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace :test do
command = if appraisal_group.empty?
"bundle exec rake #{spec_task}"
else
gemfile = "gemfiles/#{ruby_runtime}-#{appraisal_group}.gemfile".tr('-', '_')
gemfile = File.join(File.dirname(__FILE__), "gemfiles", "#{ruby_runtime}-#{appraisal_group}.gemfile".tr('-', '_'))
"env BUNDLE_GEMFILE=#{gemfile} rake #{spec_task}"
end

Expand Down

0 comments on commit 3041c08

Please sign in to comment.