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 9d5deeb commit ef659df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/system/ruby_raider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
describe RubyRaider do
shared_examples 'execute web frameworks' do |name|
it 'runs the tests' do
Dir.chdir(name) do
`bundle exec raider u raid`
system 'gem install bundler'
Bundler.with_unbundled_env do
Dir.chdir(name) do
`bundle exec raider u raid`
end
end
end
end
Expand Down

0 comments on commit ef659df

Please sign in to comment.