Top Level Namespace

Includes:
PinchHitter, RestBaby, WebMock

Defined Under Namespace

Modules: RestBaby Classes: MockRestService, PinchRestService

Constant Summary

DEFAULT_MESSAGE =
"{'Answer': 'What did you expect?'}"

Constants included from RestBaby

RestBaby::VERSION

Instance Method Summary (collapse)

Instance Method Details

- (Object) pause



1
2
3
4
# File 'features/support/utility.rb', line 1

def pause()
	print "Press Return to continue..."
  STDIN.getc
end