database.yml ファイルを次のように更新しました。
test:
adapter: postgresql
encoding: unicode
database: startpoint_test
hostname: localhost
pool: 5
username: postgres
password: password
development:
adapter: postgresql
encoding: unicode
database: startpoint_dev
pool: 5
username: postgres
password: password
そして今、アプリケーションを実行して新しいユーザーをサインアップすると、開発データベースに新しいユーザーが挿入されないようです...
新しいユーザーをサインアップするためのテストはすべて合格です