yuumi3 / book_store

book store sample code for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails テスト用サンプル

setup

$ git clone https://github.com/yuumi3/book_store
$ cd book_store
$ bundle install
$ rake db:migrate
$ rake db:migrate RAILS_ENV=test
$ rake db:seed

Testing

$ rake test
$ rake test:system

About

book store sample code for testing


Languages

Language:Ruby 71.3%Language:HTML 23.9%Language:CSS 2.9%Language:JavaScript 1.4%Language:CoffeeScript 0.5%