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.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Here’s something a little more expressive than using “change { blah }.by(1)” - some RSpec matchers for increment and decrement.
Post a comment