RSpec matchers for increment and decrement
Here’s something a little more expressive than using “change { blah }.by(1)” - some RSpec matchers for increment and decrement.
Here’s something a little more expressive than using “change { blah }.by(1)” - some RSpec matchers for increment and decrement.
Post a comment