spec/spec_helper.rb in munin-ruby-0.2.1 vs spec/spec_helper.rb in munin-ruby-0.2.2

- old
+ new

@@ -5,7 +5,7 @@ def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(file) - File.read(fixture_path + '/' + file) + File.read(File.join(fixture_path, file)) end \ No newline at end of file