Sha256: 9f2816e68076269cc5bf21123c402743236ea9e9cf9ab589dfa7167cff6a4660
Contents?: true
Size: 1.73 KB
Versions: 7
Compression:
Stored size: 1.73 KB
Contents
# Spec uses File I/O and opal-rspec customizes the IO class anyways (see NoCarriageReturnIO) RSpec::Core::Formatters::BaseTextFormatter when closing the formatter does not close an already closed output stream # Will trigger File I/O RSpec::Core::Formatters::DeprecationFormatter.* with a File deprecation_stream.* RSpec::Core::Formatters::Loader#add\(formatter\) when a duplicate formatter exists adds the formatter for different output targets RSpec::Core::Formatters::Loader#add\(formatter\) with a 2nd arg defining the output accepts Pathname objects for file paths RSpec::Core::Formatters::Loader#add\(formatter\) with a 2nd arg defining the output creates a file at that path and sets it as the output # Profiling within JSON formatter not supported either (profiling and Opal do not work yet) RSpec::Core::Formatters::JsonFormatter#dump_profile.* # location, file path, line number RSpec::Core::Formatters::BaseTextFormatter#dump_failures for #shared_examples outputs the name and location RSpec::Core::Formatters::BaseTextFormatter#dump_failures for #shared_examples that contains nested example groups outputs the name and location # backtrace, line_number related RSpec::Core::Formatters::BaseTextFormatter#dump_failures.*does not show the error class RSpec::Core::Formatters::BaseTextFormatter#dump_summary includes command to re-run each failed example RSpec::Core::Formatters::JsonFormatter outputs json \(brittle high level functional test\) # Encoding related RSpec::Core::Formatters::BaseTextFormatter#dump_failures with an exception that has a differently encoded message.* # option parser RSpec::Core::Formatters::DocumentationFormatter produces the expected full output RSpec::Core::Formatters::ProgressFormatter produces the expected full output
Version data entries
7 entries across 7 versions & 2 rubygems