See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| require "rails_helper" | |
| RSpec.describe "User management", type: :request do | |
| # Runs in about 0.2 seconds (excluding file load time) | |
| it "lists existing users" do | |
| User.create!(name: "John", age: 30) | |
| get users_path | |
| expect(page).to have_table "Users" do |table| |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
I hereby claim:
To claim this, I am signing this object: