rspec_all:一个示例应用程序,演示了在非 Ruby 项目中使用 RSpec

时间:2024-06-24 19:45:02
【文件属性】:

文件名称:rspec_all:一个示例应用程序,演示了在非 Ruby 项目中使用 RSpec

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-24 19:45:02

Ruby

RSpec 所有的东西 这是一个演示应用程序,用于展示如何使用 RSpec 和 Ruby 来测试其他语言的应用程序。 在这种情况下,我们正在测试一个用 Go 编写的简单服务器。 该项目包括: main.go Go 服务器。 它以pong消息响应 /ping Gemfile & Gemfile.lock 表示 Ruby 依赖项。 可以通过gem install bundler; bundle install安装依赖项gem install bundler; bundle install gem install bundler; bundle install 规格/spec_helper.rb RSpec 配置,包括启动和停止 Go 服务器 规格/runner.rb 包含在新进程中生成 Go 服务器并终止相同进程的代码 规格/ping_spec.rb 包含测试 Go 服务器的示例规范


【文件预览】:
rspec_all-master
----main.go(296B)
----tests.sh(16B)
----Gemfile(70B)
----spec()
--------runner.rb(667B)
--------ping_spec.rb(247B)
--------spec_helper.rb(569B)
----LICENSE(1KB)
----README.md(938B)
----.rspec(30B)
----Gemfile.lock(599B)
----.gitignore(345B)
----server.sh(25B)

网友评论