diff --git a/spec/support/acceptance/command_shell.rb b/spec/support/acceptance/command_shell.rb index 1aac28c7c209..0cc128ceb874 100644 --- a/spec/support/acceptance/command_shell.rb +++ b/spec/support/acceptance/command_shell.rb @@ -14,7 +14,6 @@ def self.current_platform end end - # Allows restricting the tests of a specific command shell's test suite with the command shell environment variable # @return [TrueClass, FalseClass] True if the given command shell should be run, false otherwise. def self.run_command_shell?(command_shell_config)