spec/lib/brief/persistence_spec.rb in brief-1.2.0 vs spec/lib/brief/persistence_spec.rb in brief-1.3.0
- old
+ new
@@ -1,8 +1,8 @@
require "spec_helper"
describe "Updating Model Data" do
- let(:briefcase) { Brief.example }
+ let(:briefcase) { Brief.testcase }
it "lets me set new attributes on the model" do
end
end