Skip to content

Warning in case of contradicting filters

gitlab-qa-bot requested to merge github/fork/mschneider/master into master

Created by: mschneider

It happened to me that the following code just silently failed. RSpec.configure do |config| config.include Devise::TestHelpers, :type => :controllers end Therefore I though it would be nice to have RSpec print out a warning, if you use a filter which is never fulfilled. Similar to the exclusion/inclusion filter thing.

Merge request reports