mastodon/spec/support/command_line_helpers.rb

10 lines
136 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
module CommandLineHelpers
2024-10-31 15:12:08 +00:00
def output_results(*)
output(
2024-10-31 15:12:08 +00:00
include(*)
).to_stdout
end
end