$ bundle install
$ cd test/dummy
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s
然后浏览器访问: http://localhost:3000
$ rails db:migrate RAILS_ENV=test
$ rake
$ bundle install
$ cd test/dummy
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s
然后浏览器访问: http://localhost:3000
$ rails db:migrate RAILS_ENV=test
$ rake