From 98e2815a935d8563641556c44ec0ef2d1a774dd5 Mon Sep 17 00:00:00 2001 From: natalia-ss <155972960+natalia-ss@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:08:59 +0100 Subject: [PATCH] Update ruby_raider_spec.rb --- spec/system/ruby_raider_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/system/ruby_raider_spec.rb b/spec/system/ruby_raider_spec.rb index a1c8c74..4369d38 100644 --- a/spec/system/ruby_raider_spec.rb +++ b/spec/system/ruby_raider_spec.rb @@ -7,7 +7,8 @@ it 'runs the tests' do Dir.chdir(name) do system 'gem install bundler' - system 'bundle exec raider u raid' + system 'bundle install' + system 'raider u raid' end end end