Sha256: 48b2fc45f91e3189167c6a7868a3357a4f902b4da25d988a6da2a4d4fdb4ecaa
Contents?: true
Size: 442 Bytes
Versions: 6
Compression:
Stored size: 442 Bytes
Contents
require 'covered/rspec' require "async/rspec" require_relative 'addrinfo' class RSpec::Core::Formatters::DocumentationFormatter def message(notification) output.puts "#{current_indentation}#{notification.message}" end end RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
6 entries across 6 versions & 1 rubygems