Module: Spec::Client::Http::Matcher::TransactionMatchers

Defined in:
lib/spec/client/http/matcher/transaction_matchers.rb

Defined Under Namespace

Classes: BeRedirect, BeSuccess, VerboseHttpMatcher

Instance Method Summary collapse

Instance Method Details

#be_redirectObject



47
48
49
# File 'lib/spec/client/http/matcher/transaction_matchers.rb', line 47

def be_redirect
  BeRedirect.new()
end

#be_successObject



66
67
68
# File 'lib/spec/client/http/matcher/transaction_matchers.rb', line 66

def be_success
  BeSuccess.new()
end