``` Rspec.describe "explain" do context "how" do it "you can achieve this" do expect(thing).to appear_less_magical end end end ``` * Scoping * Expectations * DSLs