Sha256: eb5bb93f097e3803205f290d57f11f15774b9d1a6b6c10a2708acbff78b3e05b
Contents?: true
Size: 211 Bytes
Versions: 5
Compression:
Stored size: 211 Bytes
Contents
# Returns the contents of a fixture file for operation def fixture(operation, fixture) fixture_path = File.join( "spec/fixtures", operation.to_s, "#{fixture}.xml" ) File.read(fixture_path) end
Version data entries
5 entries across 5 versions & 1 rubygems