We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97e8f3 commit 637b943Copy full SHA for 637b943
Rakefile
@@ -59,7 +59,7 @@ namespace :test do
59
command = if appraisal_group.empty?
60
"bundle exec rake #{spec_task}"
61
else
62
- gemfile = File.join(File.dirname(__FILE__), "gemfiles", "#{ruby_runtime}-#{appraisal_group}.gemfile".tr('-', '_'))
+ gemfile = File.join(File.dirname(__FILE__), 'gemfiles', "#{ruby_runtime}-#{appraisal_group}.gemfile".tr('-', '_'))
63
"env BUNDLE_GEMFILE=#{gemfile} bundle exec rake #{spec_task}"
64
end
65
0 commit comments