Sha256: e4d8ef941e4eaa342b59a5fe2f27ef1a276abfbadea51d5b48ba63f71152a15b

Contents?: true

Size: 321 Bytes

Versions: 10

Compression:

Stored size: 321 Bytes

Contents

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
    File.file?("/tasdasdasdmp/blabla.txt")
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
saviour-0.6.10 spec/support/models.rb
saviour-0.6.9 spec/support/models.rb
saviour-0.6.8 spec/support/models.rb
saviour-0.6.7 spec/support/models.rb
saviour-0.6.6 spec/support/models.rb
saviour-0.6.5 spec/support/models.rb
saviour-0.6.4 spec/support/models.rb
saviour-0.6.3 spec/support/models.rb
saviour-0.6.2 spec/support/models.rb
saviour-0.6.1 spec/support/models.rb