require 'rails_helper' RSpec.describe User, type: :model do context "1" do it "equals 1" do expect(1).to eq(1) end end end