1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 06:26:52 +00:00
mastodon/spec/support/command_line_helpers.rb

10 lines
136 B
Ruby
Raw Normal View History

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