require 'test_helper'

class RequestControllerTest < ActionController::TestCase
  test "should get add_picture" do
    get :add_picture
    assert_response :success
  end

end
