Mohammed Nasser
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   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...
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...