Sha256: bf0f3bf35df690139207ec4cc626379514a22c55f61c5743a73f4a081ef59ae7

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 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
    {
      user_data_source:    UserDataSource,
      product_data_source: ProductDataSource
    }
  end
end


World(WorldData)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testcentricity-3.0.4 features/support/world_data.rb