Sha256: 8500291dfa3894f590dd7219b7fd95316b3b8248c15ef10490ef7c976ef70d81

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

require 'test_helper'

class ProfilsControllerTest < ActionController::TestCase
  test "should get getBasicInfo" do
    get :getBasicInfo
    assert_response :success
  end

  test "should get getPhoneInfo" do
    get :getPhoneInfo
    assert_response :success
  end

  test "should get getLocationInfo" do
    get :getLocationInfo
    assert_response :success
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
extr-1.0.4 test/dummy/test/functional/profils_controller_test.rb
extr-1.0.3 test/dummy/test/functional/profils_controller_test.rb
extr-1.0.2 test/dummy/test/functional/profils_controller_test.rb
extr-1.0.1 test/dummy/test/functional/profils_controller_test.rb
extr-1.0.0 test/dummy/test/functional/profils_controller_test.rb