regression tests: take off training wheels

dev
Andy Meneely 2016-11-15 15:26:17 -05:00
parent 0dcd2a06bc
commit 5c087680ea
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ describe 'Squib samples' do
Dir.chdir(File.dirname("#{samples_dir}/#{sample}")) do Dir.chdir(File.dirname("#{samples_dir}/#{sample}")) do
load full_sample_path load full_sample_path
end end
overwrite_sample(sample, log) # Use TEMPORARILY once happy with the new sample log # overwrite_sample(sample, log) # Use TEMPORARILY once happy with the new sample log
test_file_str = File.open(sample_regression_file(sample), 'r:UTF-8').read test_file_str = File.open(sample_regression_file(sample), 'r:UTF-8').read
expect(log.string).to eq(test_file_str) expect(log.string).to eq(test_file_str)
end end