1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-10 20:03:22 +09:00
mastodon/spec/support/command_line_helpers.rb

10 lines
136 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module CommandLineHelpers
2024-11-01 00:12:08 +09:00
def output_results(*)
output(
2024-11-01 00:12:08 +09:00
include(*)
).to_stdout
end
end