Sha256: f12f298ff27fc548d81f064a586b098679537af226380df6ee62be3f09d2f991

Contents?: true

Size: 322 Bytes

Versions: 26

Compression:

Stored size: 322 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, :use_route => :lentil
    assert_response :success
  end

end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
lentil-0.9.1 test/functional/admin/tags_controller_test.rb
lentil-0.9.0 test/functional/admin/tags_controller_test.rb
lentil-0.8.0 test/functional/admin/tags_controller_test.rb
lentil-0.7.1 test/functional/admin/tags_controller_test.rb
lentil-0.6.0 test/functional/admin/tags_controller_test.rb
lentil-0.5.2 test/functional/admin/tags_controller_test.rb
lentil-0.5.1 test/functional/admin/tags_controller_test.rb
lentil-0.5.0 test/functional/admin/tags_controller_test.rb
lentil-0.4.2 test/functional/admin/tags_controller_test.rb
lentil-0.4.0 test/functional/admin/tags_controller_test.rb
lentil-0.3.1 test/functional/admin/tags_controller_test.rb
lentil-0.3.0 test/functional/admin/tags_controller_test.rb
lentil-0.2.3 test/functional/admin/tags_controller_test.rb
lentil-0.2.2 test/functional/admin/tags_controller_test.rb
lentil-0.2.1 test/functional/admin/tags_controller_test.rb
lentil-0.2.0 test/functional/admin/tags_controller_test.rb
lentil-0.1.8 test/functional/admin/tags_controller_test.rb
lentil-0.1.7 test/functional/admin/tags_controller_test.rb
lentil-0.1.6 test/functional/admin/tags_controller_test.rb
lentil-0.1.3 test/functional/admin/tags_controller_test.rb