rspec installed, first tests
This commit is contained in:
parent
53819e6839
commit
0b2bd70f16
29 changed files with 234 additions and 139 deletions
9
db/schema.rb
generated
9
db/schema.rb
generated
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2021_03_19_142059) do
|
||||
ActiveRecord::Schema.define(version: 2021_03_20_130542) do
|
||||
|
||||
create_table "authors", force: :cascade do |t|
|
||||
t.string "first_name"
|
||||
|
@ -38,4 +38,11 @@ ActiveRecord::Schema.define(version: 2021_03_19_142059) do
|
|||
t.index ["published"], name: "index_books_on_published"
|
||||
end
|
||||
|
||||
create_table "users", force: :cascade do |t|
|
||||
t.string "username"
|
||||
t.string "password_digest"
|
||||
t.datetime "created_at", precision: 6, null: false
|
||||
t.datetime "updated_at", precision: 6, null: false
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue