Skip to content

Commit

Permalink
Add 'bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
masayukioguni committed Jan 20, 2024
1 parent cbcb98e commit 5e9083c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Bundler::GemHelper.install_tasks
namespace :test do
desc 'Install dependencies for all tests with appraisal'
task :setup do
sh 'appraisal install'
sh 'bundle exec appraisal install'
end

desc 'Run all tests with appraisal'
task :all do
sh 'appraisal rake test'
sh 'bundle exec appraisal rake test'
end
end

Expand Down

0 comments on commit 5e9083c

Please sign in to comment.