Hello,
Is it possibe to tell rspec to exclude a few files or a whole directory ?
spec/dirA/features_a_spec.rb
spec/dirB/features_b_spec.rb
spec/too_dangerous_dont_even_try/x_rspec.rb
rspec would not go into the "too_dangerous" directory.
in an ideal scenario the paths to be excluded would be listed on a text file somewhere
Thank you
João