mike-zorn / rspec-teamcity

TeamCity's rspec reporter
GNU General Public License v3.0
8 stars 5 forks source link

Add random seed to formatters #3

Closed libc closed 8 years ago

libc commented 8 years ago

Basically just like the upstream:

https://github.com/rspec/rspec-core/blob/a99ff265c6c9d08650acbb34917aabcf1a60c1d4/lib/rspec/core/formatters/base_text_formatter.rb#L15 and https://github.com/rspec/rspec-core/blob/a99ff265c6c9d08650acbb34917aabcf1a60c1d4/lib/rspec/core/formatters/base_text_formatter.rb#L54-L57

Without it really hard to debug dependency failures on teamcity

mike-zorn commented 8 years ago

Thanks for the contribution!

franzliedke commented 5 years ago

@apechimp Could you release a new version with this change? I just debugged the internals of RSpec and this gem forever until I realized that this PR was simply not part of the 0.0.1 version I had installed. 😕

mike-zorn commented 5 years ago

Sorry about that! Just published v1.0.0 which includes this change.