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