auto_test 0.0.9.3.8 → 0.0.9.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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