Skip to content

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

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.

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions