Sha256: 92f8a4d6edb45a01ac82357b8daaa1f2582b303b58b3186a00f0a2af1bf17123

Contents?: true

Size: 639 Bytes

Versions: 4

Compression:

Stored size: 639 Bytes

Contents

# This file is similar to environment.rb and will be loaded
# automatically at the start of each invocation of Origen.
#
# However the major difference is that it will not be loaded
# if the application is imported by a 3rd party app - in that
# case only environment.rb is loaded.
#
# Therefore this file should be used to load anything you need
# to setup a development environment for this app, normally
# this would be used to load some dummy classes to instantiate
# your objects so that they can be tested and/or interacted with
# in the console.
module CrossOrigen
  module Test
    autoload :DUT, "cross_origen/test/dut"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cross_origen-0.7.0 config/development.rb
cross_origen-0.6.1 config/development.rb
cross_origen-0.6.0 config/development.rb
cross_origen-0.5.0 config/development.rb