Shane Becker @veganstraightedge@ruby.social · activity timestamp 2 days ago TIL in #Ruby #RSpec, this:expect(File.exist?(old_file)).to be truecan be shortened to this:expect(File).to exist(old_file)expect(File).to exist old_fileNeat! Read more Read less Reply Boost Quote pending approval Like More actions Copy link Flag this post Block