美文网首页
rails 简明教程-单元测试-rspec 入门教程

rails 简明教程-单元测试-rspec 入门教程

作者: petter102 | 来源:发表于2021-03-18 09:50 被阅读0次
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  gem 'rspec-rails', '~> 5.0.0'
end

1.导入gemfille文件
2.执行bundle install 或者 bundle install --without production
3.太麻烦了

相关文章

网友评论

      本文标题:rails 简明教程-单元测试-rspec 入门教程

      本文链接:https://www.haomeiwen.com/subject/ehlucltx.html