spec/models/vanilla_spec.rb in draftsman-0.3.7 vs spec/models/vanilla_spec.rb in draftsman-0.4.0

- old
+ new

@@ -258,10 +258,10 @@ end end end # Not applicable to this customization - describe 'draft_destroy' do + describe 'draft_destruction' do end describe 'scopes' do let!(:drafted_vanilla) { vanilla.draft_creation; return vanilla } let!(:published_vanilla) { Vanilla.create :name => 'Jane', :published_at => Time.now }