Mohammed Nasser

Results 5 issues of Mohammed Nasser

Fixes https://github.com/thoughtbot/factory_bot/issues/1633 add support for `before(:build)` callback as requested in the issue Tested the changes by adding the local gem to a project ![image](https://github.com/thoughtbot/factory_bot/assets/135416851/11f97496-7a16-4dff-870d-cbc0d3a7392d) ![image](https://github.com/thoughtbot/factory_bot/assets/135416851/f3c36edb-c411-4687-9a82-87e75bb01881) I am honestly not sure...

Fixes https://github.com/thoughtbot/factory_bot/issues/1647 Allow creation of sequence attributes in `create_list` This PR is more of a proof of concept, if I get the green light I can add documentation and more...

fix https://github.com/freerange/mocha/issues/673 add new matcher `#includes_exactly` which works in a similar way like `#includes`..however each param should be matched once ie: checks if two arrays are identical regardless of their...

Recently I was trying to mock a method that receives an array of ids as an argument, I don't care about the order of the ids so I am not...

feature-request

Allow `audited` to be called multiple times When `audited` is called for the first time, setup audit normally However if `audited` is called on a class that is already audited...