Skip to content

A7 MFLAC Documentation + Unit Test Issue #318

@nvisium-john-poulin

Description

@nvisium-john-poulin
Contributor

The documentation (https://github.com/OWASP/railsgoat/wiki/A7-Missing-Function-Level-Access-Control--(Admin-Controller)) utilizes before_filter which has been deprecated in Rails 5.

That aside, the unit test still fails because it's expecting the path to be / not /dashboard/home:

     Failure/Error: expect(current_path).to eq("/")

       expected: "/"
            got: "/dashboard/home"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nvisium-john-poulin

        Issue actions

          A7 MFLAC Documentation + Unit Test Issue · Issue #318 · OWASP/railsgoat