Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

gordysc/rspec-generator-issue

Repository files navigation

Example

Developer Notes

This codebase was generated using the following command:

rails new --css=bootstrap --database=postgresql example

Postgres Setup

# Jump into the Postgres shell
psql postgres
# Create a user for the database
CREATE ROLE example WITH LOGIN PASSWORD 'password';
# Promote the user to a super user
ALTER ROLE example WITH Superuser;
# Leave the shell
\q

Reproduce Bug

# Note: This works on rspec-rails 5.1.2
rails g model user email password_digest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published