ruby on rails - Stubbed requests with Puffing Billy are also being recorded -


i'm using rspec, capybara , puffing-billy gem testing code works external services. want record requests , stub others. problem requests being stubbed being recorded puffing billy. there way configure gem not recorded?

you might want here @ section billy.configure description, sounds should add requests not want recorded c.ignore_params


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -