spec/dirty_spec.rb in cistern-0.11.2.pre2 vs spec/dirty_spec.rb in cistern-0.11.2
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
describe "Cistern::Model#dirty" do
- class DirtySpec < Sample::Model
+ class DirtySpec < Cistern::Model
identity :id
attribute :name
attribute :properties, type: :array