Skip to content

Commit 21ce240

Browse files
committed
Update internal and external tests to use sus.
1 parent d87192d commit 21ce240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/external.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
protocol-http1:
22
url: https://github.com/socketry/protocol-http1.git
3-
command: bundle exec rspec
3+
command: bundle exec sus
44
protocol-http2:
55
url: https://github.com/socketry/protocol-http2.git
6-
command: bundle exec rspec
6+
command: bundle exec sus
77
async-http:
88
url: https://github.com/socketry/async-http.git
99
command: bundle exec rspec

protocol-http.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
2121

2222
spec.add_development_dependency "bundler"
2323
spec.add_development_dependency "covered"
24-
spec.add_development_dependency "rspec"
24+
spec.add_development_dependency "sus"
2525
end

0 commit comments

Comments
 (0)