Sha256: 6739731a85af2291468dcf927a851d53306795d4dce7b754019778969653e2f9

Contents?: true

Size: 302 Bytes

Versions: 6

Compression:

Stored size: 302 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
    assert_response :success
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

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