Operate accessories

When you want mysql, redis, and the like under MRSK management
This commit is contained in:
David Heinemeier Hansson
2023-01-22 16:52:57 +01:00
parent 48f8f7cb57
commit 6b98eb3677
13 changed files with 453 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ class CliMainTest < ActiveSupport::TestCase
end
test "version" do
version = capture(:stdout) { Mrsk::Cli::Main.new.version }.strip
version = stdouted { Mrsk::Cli::Main.new.version }
assert_equal Mrsk::VERSION, version
end
end