Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rgal75 opened this issue Dec 16, 2020 · 0 comments
Open

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

rgal75 opened this issue Dec 16, 2020 · 0 comments

Comments

@rgal75
Copy link

rgal75 commented Dec 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant