Method: Prof::PushedTestApp#read

Defined in:
lib/prof/pushed_test_app.rb

#read(key) ⇒ Object



27
28
29
# File 'lib/prof/pushed_test_app.rb', line 27

def read(key)
  app_connection.get("/testdata/key/#{key}").body
end