We have a bug where if a prediction returns ./spec/some_spec.rb ./spec/some_spec.rb[1:1], RSpec will only run spec/some_spec.rb[1:1]. We only have this kind of prediction because compacting was temporarily disabled in #74. So until we can figure out how to make compacting faster, we eneed this fix.
We have a bug where if a prediction returns
./spec/some_spec.rb ./spec/some_spec.rb[1:1]
, RSpec will only runspec/some_spec.rb[1:1]
. We only have this kind of prediction because compacting was temporarily disabled in #74. So until we can figure out how to make compacting faster, we eneed this fix.