Sha256: aa1e4cc3b9808f79825d786066b90a6a6ebf518dab9e8f8237316f85f8316deb

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

class InitTests < Entities
  def setup_data
    value_str :text
  end

  def init
    InitTests.create(text: 'howdy')
  end

  def migration_1(it)
    it.text = 'there'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qooxview-1.9.1312 test/entities/init_test.rb
qooxview-1.9.13.pre.12 test/entities/init_test.rb
qooxview-1.9.13.pre.11 test/entities/init_test.rb
qooxview-1.9.13.pre.10 test/entities/init_test.rb
qooxview-1.9.11 test/entities/init_test.rb