Class: RspecGithubActionsSummary::Output
- Inherits:
-
Object
- Object
- RspecGithubActionsSummary::Output
- Defined in:
- lib/rspec_github_actions_summary/output.rb
Defined Under Namespace
Classes: NoOutputFiles
Instance Method Summary collapse
Instance Method Details
#output ⇒ Object
16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/rspec_github_actions_summary/output.rb', line 16 def output " # Test results\n\n \#{results_table}\n\n \#{failed_examples}\n ---\n Job run summary generated at run-time by [RSpec Github Actions Summary](https://github.com/sebyx07/rspec-github-actions-summary)\n MD\nend\n" |
#write ⇒ Object
12 13 14 |
# File 'lib/rspec_github_actions_summary/output.rb', line 12 def write print output end |