We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87192d commit 21ce240Copy full SHA for 21ce240
config/external.yaml
@@ -1,9 +1,9 @@
1
protocol-http1:
2
url: https://github.com/socketry/protocol-http1.git
3
- command: bundle exec rspec
+ command: bundle exec sus
4
protocol-http2:
5
url: https://github.com/socketry/protocol-http2.git
6
7
async-http:
8
url: https://github.com/socketry/async-http.git
9
command: bundle exec rspec
protocol-http.gemspec
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
22
spec.add_development_dependency "bundler"
23
spec.add_development_dependency "covered"
24
- spec.add_development_dependency "rspec"
+ spec.add_development_dependency "sus"
25
end
0 commit comments