Vlad Kurochkin

Results 3 comments of Vlad Kurochkin

You need to open chrome with disabled security flag, look here https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome

I also encountered this problem, found an acceptable workaround for it: My class with real functionality is generated with `Environment.prod` env: ``` @GenerateNiceMocks([MockSpec()]) @Singleton(env: [Environment.prod]) class FilesService { ... ```...