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

0 comments on commit c6fc91e

Please sign in to comment.