You’ll often see lots of this in your RSpec output if you’re using Postgres: NOTICE: CREATE TABLE will create implicit sequence "companies_id_seq" for serial column "companies.id" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "companies_pkey" for table "companies" NOTICE: CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id" NOTICE: CREATE TABLE [...]