Skip to content

Stubs are not generated when the member variable end in a '$' #47

Open
@rgal75

Description

@rgal75

Given a protocol like:

protocol MyProtocol {
  var myObservable$: Observable<String> { get }
}

when I 'generate spy'
then the generated code does not contain stubs and spies for myObservable$.

This used to work in earlier versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions