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 00cfb29 commit 9d5deeb
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,10 +5,8 @@
describe RubyRaider do
shared_examples 'execute web frameworks' do |name|
it 'runs the tests' do
Bundler.with_unbundled_env do
Dir.chdir(name) do
`bundle exec raider u raid`
end
Dir.chdir(name) do
`bundle exec raider u raid`
end
end
end
Expand Down

0 comments on commit 9d5deeb

Please sign in to comment.