Setup RSpec Tests in Rails with Gitlab CIPublished by Prabin Poudel March 31st, 2024 14 min readRunning tests in CI is a very important step to make sure there are no breaking changes in the new code. Today we will look at configuring Gitlab CI to run RSpec tests for Ruby on Rails applications.