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.
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.9.3.8"
2
+ VERSION = "0.0.9.3.9"
3
3
  end
@@ -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("lib/auto_test/log/errors.log", "r")
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
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: auto_test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9.3.8
5
+ version: 0.0.9.3.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens