Tech blog of a rails contractor.
*sigh* There's a small, but meaningful difference between:
expect { my_thing.do_stuff }.to change(my_thing.my_value).to(some_value)
and
expect { my_thing.do_stuff }.to change{my_thing.my_value}.to(some_value)
(note the braces on the last line...)
Post a Comment
No comments:
Post a Comment