spec/support/fixtures.rb in xommelier-0.1.16 vs spec/support/fixtures.rb in xommelier-0.1.18
- old
+ new
@@ -1,3 +1,3 @@
def load_xml_file(file_name)
- open(File.join(SPEC_ROOT, 'spec', 'fixtures', "#{file_name}.xml"))
+ open(File.join(SPEC_ROOT, 'spec', 'fixtures', "#{file_name}.xml")).read
end