Sha256: eb29e0171b9777e6ce5534d08f75345b0fc1c0a0d94ba97894fd34cf5014ff6a
Contents?: true
Size: 279 Bytes
Versions: 23
Compression:
Stored size: 279 Bytes
Contents
require 'yaml' module TestRail class TestRailDataLoad TEST_RAIL_FILE_CONFIG_PATH ||= ('config/data/test_rail_data.yml') # # Loading of test rail information # def self.test_rail_data YAML.load(File.open(TEST_RAIL_FILE_CONFIG_PATH)) end end end
Version data entries
23 entries across 23 versions & 1 rubygems