followme:使用 Rails 4 + RSpec + Cucumber 进行行为驱动开发

时间:2024-07-04 16:24:43
【文件属性】:

文件名称:followme:使用 Rails 4 + RSpec + Cucumber 进行行为驱动开发

文件大小:40KB

文件格式:ZIP

更新时间:2024-07-04 16:24:43

Ruby

BDD(Rails 4 + RSpec + Cucumber) 脚步: 克隆这个 repo $ git clone git@github.com:krahman/followme.git 安装 gem $ bundle install --path vendor/bundle 迁移数据库 $ bundle exec rake db:migrate 运行用户对象单元测试 RSpec $ bundle exec rspec spec/models/user_spec.rb 使用 Cucumber 运行验收测试 $ bundle exec cucumber features/home_page.feature


【文件预览】:
followme-master
----.gitignore(513B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(153B)
----.rspec(30B)
----bin()
--------rails(145B)
--------setup(805B)
--------bundle(129B)
--------rake(90B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(343B)
--------schema.rb(1KB)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----spec()
--------models()
--------helpers()
--------factories()
--------spec_helper.rb(4KB)
--------rails_helper.rb(2KB)
--------controllers()
----README.md(433B)
----config()
--------boot.rb(132B)
--------secrets.yml(964B)
--------database.yml(580B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(150B)
--------application.rb(1KB)
--------locales()
--------cucumber.yml(453B)
--------initializers()
----script()
--------cucumber(305B)
----README.rdoc(478B)
----lib()
--------assets()
--------tasks()
----Gemfile(2KB)
----features()
--------support()
--------step_definitions()
--------home_page.feature(213B)
----Rakefile(249B)
----Gemfile.lock(6KB)

网友评论