Sudeep Tarlekar

Results 11 comments of Sudeep Tarlekar

@jaredcwhite were you able to find solution for this issue? Even I am facing problems in parsing.

This was fixed as a part for this issue https://github.com/faker-ruby/faker/issues/2487. In this case as we are running two test files, which generates the reproducible random values and looks valid, but...

Checking the changes you mentioned @Zeragamba, but meanwhile can't we add following line to `test_helper.rb` or `rails_helper.rb` to reset random object ``` Faker::Config.random = Random.new ``` After adding above code...

Sounds interesting, shall I take this up?

Yeah, but anyone wants to take this up, feel free to assign this to them. I added PR for work I did till now for reference.

I think you should be sending JSON data in request body and not in query. Also sending a password in URL query is big NO.

Is syntax for skipping branch correct?? ``` :nocov: nil :nocov: ``` or am I missing something here?

My bad, its ``` # :nocov: nil # :nocov: ```

Is this good to 🚢 ? Asking as I was bit skeptical about changes...