Skip to content

Commit 89755ec

Browse files
committed
ra-multiplex: Add a test
1 parent 4e483a9 commit 89755ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/ra-multiplex.rb

+4
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ def install
3131
# Need cargo and rust-analyzer in PATH
3232
environment_variables PATH: "#{std_service_path_env}:#{Dir.home}/.cargo/bin"
3333
end
34+
35+
test do
36+
assert_equal "ra-multiplex #{version}", shell_output("#{bin}/ra-multiplex --version").chomp
37+
end
3438
end

0 commit comments

Comments
 (0)