Sha256: 6ece868596a409cbe10c70d1aa7ff7165ce1d07b02f76a4c32f5220c8f132448

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

require 'test_helper'

class ImpressosControllerTest < 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/impressos_controller_test.rb