Skip to content

run config.before_each in edge context #33

@michaelglass

Description

@michaelglass

I want to be able to do this:

config.before_each {
      controller.stub(:form_authenticity_token) { "very secure" }
}

but the edge's controller is out of scope.

can we instance_exec before_each in the context of the edge?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions