Sha256: 4f75d9cb2fafe36ca3f94c82e258dc33fd8b9920e7b62926589222822f46a01e

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

module WorldData
  #
  #  data_objects method returns a hash table of your web app's data objects and associated data object classes to be instantiated
  #  by the TestCentricityâ„¢ DataManager. Data Object class definitions are contained in the features/support/data folder.
  #
  def data_objects
    {}
  end
end


World(WorldData)

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
testcentricity-3.0.2 features/support/world_data.rb
testcentricity-3.0.1 features/support/world_data.rb
testcentricity-3.0.0 features/support/world_data.rb
testcentricity_web-4.1.7 features/support/world_data.rb