http://www.mikeperham.com/2016/02/09/kill-your-dependencies/
我在尝试不用 RSpec 用 minitest 也算吧
前 3 条完全赞同,但是最后一条我有不同的想法: 更多的 dependencies,其实是把更多 code 隔离到 dependencies,在 understand 层面,其实更多 dependencies 反而是更少的 code。
#1 楼 @tianzhen
这个不算吧! 只要 Gemfile 中做好分组,用 RSpec 还是 Minitest 都不影响 production 环境。