1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-30 15:58:14 +09:00
mastodon/spec/support/command_line_helpers.rb

10 lines
136 B
Ruby
Raw Permalink 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