features/support/world_data.rb in testcentricity-3.0.2 vs features/support/world_data.rb in testcentricity-3.0.3

- old
+ new

@@ -2,10 +2,10 @@ # # 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 } end end World(WorldData)