Skip to content

Commit

Permalink
Update ruby_raider_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
natalia-ss committed Jan 23, 2024
1 parent c6fc91e commit 98e2815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/system/ruby_raider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98e2815

Please sign in to comment.