Sha256: 3d213224e6489ea1b35c99edb4fceeb04ac454ddaf7600070e68db5604c179d6

Contents?: true

Size: 471 Bytes

Versions: 4

Compression:

Stored size: 471 Bytes

Contents

# Add the Java jar file to the Java path.
require File.dirname(__FILE__) + '/../../examples/model/ext/bin/model.jar'

# The Jinx Model example application domain module.
module Model
  include Jinx::Resource
  
  extend Jinx::Importer
  
  # The Java package name.
  packages 'domain'
  
  # expose the definitions for testing
  public_class_method :definitions

  # The base fixture model definitions.
  BASE = File.dirname(__FILE__) + '/../definitions/model/base'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jinx-2.1.4 spec/support/model.rb
jinx-2.1.3 spec/support/model.rb
jinx-2.1.2 spec/support/model.rb
jinx-2.1.1 spec/support/model.rb