dotnet
Make use of Fluent Assertions extensibility
I’ve been writing some chef cookbooks recently. And you often see tests in chef that looks something like expect(chef_run).to(create_template('/opt/xyz.yml') .with_cookbook('other_cookbook')) And, when I came back to writing C# again, a Fluent Assertions statement seemed