Class: Jbr::Mock::URL

Inherits:
URL
  • Object
show all
Defined in:
lib/jbr/mock/url.rb

Overview

The authorize URL an app under test asked for.

Class Method Summary collapse

Class Method Details

.for(_) ⇒ String

Returns whatever Jbr.mock was told to answer.

Returns:

  • (String)

    whatever Jbr.mock was told to answer.



5
6
7
# File 'lib/jbr/mock/url.rb', line 5

def self.for(_)
  Jbr.mock.oauth_url
end