Module: NginxTestHelper::EnvMethods

Includes:
ClassMethods
Included in:
NginxTestHelper, Config
Defined in:
lib/nginx_test_helper/env_methods.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

#nginx_address, #nginx_executable, #nginx_host, #nginx_port, #nginx_tests_tmp_dir, #nginx_workers

Class Method Details

.included(base) ⇒ Object



31
32
33
# File 'lib/nginx_test_helper/env_methods.rb', line 31

def self.included(base)
  base.extend ClassMethods
end