spec/support/models.rb in saviour-0.6.0 vs spec/support/models.rb in saviour-0.6.1

- old
+ new

@@ -1,8 +1,12 @@ class Test < ActiveRecord::Base end +class TestNoTimestamp < ActiveRecord::Base + +end + # Constant lookup in ruby works by lexical scope, so we can't create classes dynamically to test this. class TestForSaviourFileResolution < Test include Saviour::Model def foo