崔承旭
198061b227
测试部分搭建完成,可以写测试 rspec+capybara+factory_girl+fake spec测试目录 controllers,models测试文件目录(use rspec) factories预构件目录(factory_girl+fake) features验收或集成测试目录(capybara) supports公共宏定义目录 matchers自定义匹配器目录 注:原来rails的测试工具已经不生效了,完全被替换以上框架。 See merge request !2 |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
test | ||
vendor/assets | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
README.rdoc | ||
Rakefile | ||
config.ru |
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>.