Module: NginxTestHelper::HttpMatchers

Defined in:
lib/nginx_test_helper/http_matchers.rb

Defined Under Namespace

Classes: BeHttpStatus

Instance Method Summary collapse

Instance Method Details

#be_http_status(expected) ⇒ Object



73
74
75
# File 'lib/nginx_test_helper/http_matchers.rb', line 73

def be_http_status(expected)
  BeHttpStatus.new(expected)
end