Patrick Heisiph

Results 2 comments of Patrick Heisiph

I ran into the same issue with the same configuration. Turns out that another rspec related extension was the cause - I also had https://github.com/DouglasRochaT/spec-utils installed and enabled. Deactivating this...

I suspect the following returns false as the spec suite itself does not run in a TTY session, when invoked by parallel_tests ```ruby # lib/super_diff/configuration.rb#145 def color_enabled_by_default? ENV["CI"] == "true"...