spec_help/spec_helper.rb in mattock-0.0.1 vs spec_help/spec_helper.rb in mattock-0.1.0

- old
+ new

@@ -1,2 +1,5 @@ require 'rspec' require 'file-sandbox' +require 'mattock/testing/record-commands' + +Mattock::CommandLine.command_recording_path = "/dev/null"