#gitlab ci

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.

Integrate Pronto with Gitlab CI for Rails App

Published by Prabin Poudel 7 min read
cover: Integrate Pronto with Gitlab CI for Rails App
There are multiple ways to fix missing top level class documentation comment in Rubocop. You can disable it in your whole app with by disabling cop in the whole project, disable it in one class or just add a comment above the class declaration.