qed/applique/malt.rb in malt-0.2.0 vs qed/applique/malt.rb in malt-0.3.0

- old
+ new

@@ -1,5 +1,6 @@ require 'malt' +require 'ae/pry' When "say we have a (((\\w+))) document called '(((\\S+)))' containing" do |type, fname, text| file = File.join('tmp',fname) File.open(file, 'w'){ |f| f << text } end