auto_test 0.0.9.3.8 → 0.0.9.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/auto_test/version.rb
CHANGED
|
@@ -714,7 +714,7 @@ def clean_and_seed_db
|
|
|
714
714
|
end
|
|
715
715
|
|
|
716
716
|
def init_err_file
|
|
717
|
-
err_file = File.new("
|
|
717
|
+
err_file = File.new("#{Rails.root}/log/errors.log", "r")
|
|
718
718
|
err_file.gets
|
|
719
719
|
@err_message = err_file.gets.split(/:/,2).first
|
|
720
720
|
end
|