Sha256: 191a5280e03bdc08842f7cb4468bdf5e8f4b52dd526acbcb5643ee8a66202eb7

Contents?: true

Size: 324 Bytes

Versions: 26

Compression:

Stored size: 324 Bytes

Contents

require 'test_helper'

class AdminFlagsControllerTest < ActionController::TestCase

  setup do
    @controller = ::Admin::LentilFlagsController.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/flags_controller_test.rb
lentil-0.9.0 test/functional/admin/flags_controller_test.rb
lentil-0.8.0 test/functional/admin/flags_controller_test.rb
lentil-0.7.1 test/functional/admin/flags_controller_test.rb
lentil-0.6.0 test/functional/admin/flags_controller_test.rb
lentil-0.5.2 test/functional/admin/flags_controller_test.rb
lentil-0.5.1 test/functional/admin/flags_controller_test.rb
lentil-0.5.0 test/functional/admin/flags_controller_test.rb
lentil-0.4.2 test/functional/admin/flags_controller_test.rb
lentil-0.4.0 test/functional/admin/flags_controller_test.rb
lentil-0.3.1 test/functional/admin/flags_controller_test.rb
lentil-0.3.0 test/functional/admin/flags_controller_test.rb
lentil-0.2.3 test/functional/admin/flags_controller_test.rb
lentil-0.2.2 test/functional/admin/flags_controller_test.rb
lentil-0.2.1 test/functional/admin/flags_controller_test.rb
lentil-0.2.0 test/functional/admin/flags_controller_test.rb
lentil-0.1.8 test/functional/admin/flags_controller_test.rb
lentil-0.1.7 test/functional/admin/flags_controller_test.rb
lentil-0.1.6 test/functional/admin/flags_controller_test.rb
lentil-0.1.3 test/functional/admin/flags_controller_test.rb