Go to file
崔承旭 198061b227 Merge branch 'could_test' into 'master'
测试部分搭建完成,可以写测试

rspec+capybara+factory_girl+fake
spec测试目录
controllers,models测试文件目录(use rspec)
factories预构件目录(factory_girl+fake)
features验收或集成测试目录(capybara)
supports公共宏定义目录
matchers自定义匹配器目录
注:原来rails的测试工具已经不生效了,完全被替换以上框架。


See merge request !2
2016-12-09 11:43:48 +08:00
app init project 2016-12-03 06:15:00 +00:00
bin init project 2016-12-03 06:15:00 +00:00
config 可以进行单元测试,功能测试,集成测试 2016-12-08 15:39:40 +00:00
db add migration: CreateTable 2016-12-05 04:13:14 +00:00
lib init project 2016-12-03 06:15:00 +00:00
log init project 2016-12-03 06:15:00 +00:00
public init project 2016-12-03 06:15:00 +00:00
spec 包含所有文件夹 2016-12-08 16:06:42 +00:00
test init project 2016-12-03 06:15:00 +00:00
vendor/assets init project 2016-12-03 06:15:00 +00:00
.gitignore modfy: add ignore to db/schema.rb 2016-12-05 04:15:48 +00:00
Gemfile 可以进行单元测试,功能测试,集成测试 2016-12-08 15:39:40 +00:00
Gemfile.lock 可以进行单元测试,功能测试,集成测试 2016-12-08 15:39:40 +00:00
README.rdoc init project 2016-12-03 06:15:00 +00:00
Rakefile init project 2016-12-03 06:15:00 +00:00
config.ru init project 2016-12-03 06:15:00 +00:00

README.rdoc

== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.