require "spec_helper" describe "Updating Model Data" do let(:briefcase) { Brief.example } it "lets me set new attributes on the model" do end end