spec/spec_helper.rb in jarrett-quarto-0.3.1 vs spec/spec_helper.rb in jarrett-quarto-1.1.0

- old
+ new

@@ -7,6 +7,10 @@ require(File.expand_path(File.dirname(__FILE__)) + '/../lib/quarto') Dir.glob(SPEC_DIR + '/matchers/*.rb').each do |matcher_lib| require matcher_lib +end + +def puts(str) + raise "puts('#{str}') called" end \ No newline at end of file