consul/consul

View on GitHub
spec/custom_spec_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
RSpec.configure do |config|
  # Add the :consul tag to tests which make sense in the original
  # version of CONSUL DEMOCRACY but don't make sense in your application
  # due to the custom changes you've implemented.
  #
  # Using this tag will help maintaining the test suite when doing custom
  # changes and when upgrading to a newer version of CONSUL DEMOCRACY
  config.filter_run_excluding consul: true
end