Sha256: dea25a018c784a5cc5b4791b7c17c72ddfa970a3340d707ff8d10082654ef485

Contents?: true

Size: 300 Bytes

Versions: 6

Compression:

Stored size: 300 Bytes

Contents

require 'test_helper'

class AdminTagsControllerTest < ActionController::TestCase

  setup do
    @controller = ::Admin::LentilTagsController.new
    user = lentil_admin_users(:one)
    sign_in user
  end

  test "should get to images index" do
    get :index
    assert_response :success
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lentil-1.0.5 test/functional/admin/tags_controller_test.rb
lentil-1.0.4 test/functional/admin/tags_controller_test.rb
lentil-1.0.3 test/functional/admin/tags_controller_test.rb
lentil-1.0.2 test/functional/admin/tags_controller_test.rb
lentil-1.0.1 test/functional/admin/tags_controller_test.rb
lentil-1.0.0 test/functional/admin/tags_controller_test.rb