#rspec

Setup RSpec Tests in Rails with Gitlab CI

Published by Prabin Poudel 14 min read
cover: Setup RSpec Tests in Rails with Gitlab CI
Running 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.