lib/brief/document.rb in brief-1.5.0 vs lib/brief/document.rb in brief-1.5.1
- old
+ new
@@ -15,13 +15,9 @@
@frontmatter = path.to_mash
else
@path = Pathname(path)
end
- if options[:Test]
- binding.pry
- end
-
@options = options.to_mash
if @path && self.path.exist?
@raw_content = self.path.read
load_frontmatter