ソースを参照

default recording to 0

Gordon Child 14 年 前
コミット
31ea2441d2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      t/lib/MockSeleniumRC.pm

+ 1 - 1
t/lib/MockSeleniumRC.pm

@@ -24,7 +24,7 @@ sub load_recording {
 
 sub register {
   my $record = shift;
-  $record = 1 if !defined $record;
+  $record = 0 if !defined $record;
   my $file = shift;
   my $self = {record => $record,
               req_index => 0,