lib/testcentricity_web/environment.rb in testcentricity_web-0.5.8 vs lib/testcentricity_web/environment.rb in testcentricity_web-0.6.0

- old
+ new

@@ -3,10 +3,10 @@ attr_accessor :current WKS_ENVIRONS ||= 'Environments' def find_environ(row_name) - @current = Environ.new(Excel_Data.read_row_data(XL_PRIMARY_DATA_FILE, WKS_ENVIRONS, row_name)) + @current = Environ.new(ExcelData.read_row_data(XL_PRIMARY_DATA_FILE, WKS_ENVIRONS, row_name)) Environ.set_current(@current) end end