Closed andsel closed 11 months ago
Adds the :integration => true tag to schema registry related tests to that they aren't run when executing:
:integration => true
bundle exec rspec --tag \"~integration\" --tag \"~secure_integration\"
The double quotes ar necessary to avoid shell expansion of ~ when launching from shell terminal.
~
Adds the
:integration => true
tag to schema registry related tests to that they aren't run when executing:The double quotes ar necessary to avoid shell expansion of
~
when launching from shell terminal.