Sha256: a0ff968c30a018377111e538a65689b0711356573951551ce2b2f8cd07d83166

Contents?: true

Size: 346 Bytes

Versions: 6

Compression:

Stored size: 346 Bytes

Contents

require 'test_helper'

module Vulgata
  class ActivityControllerTest < ActionDispatch::IntegrationTest
    include Engine.routes.url_helpers

    setup do
      login_as create(:johnny_the_admin)
      @routes = Engine.routes
    end

    test "should get index" do
      get activity_index_path
      assert_response :success
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vulgata-0.3.7 test/controllers/vulgata/activity_controller_test.rb
vulgata-0.3.6 test/controllers/vulgata/activity_controller_test.rb
vulgata-0.3.5 test/controllers/vulgata/activity_controller_test.rb
vulgata-0.3.4 test/controllers/vulgata/activity_controller_test.rb
vulgata-0.3.3 test/controllers/vulgata/activity_controller_test.rb
vulgata-0.3.1 test/controllers/vulgata/activity_controller_test.rb