Sha256: 1b283c0615f380ecac87c511d3d267e0ab97cf71111b13dcb5f168dd4f47e95b

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

require 'test_helper'

class Supervisao::PesquisasControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end

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

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 test/functional/supervisao/pesquisas_controller_test.rb