auto_test 0.0.9.3.7 → 0.0.9.3.8

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.7"
2
+ VERSION = "0.0.9.3.8"
3
3
  end
@@ -16,7 +16,7 @@ namespace :auto_test do
16
16
  task :error_calc do
17
17
  path = %x(gem which auto_test)
18
18
  path = path[0..path.size-13]
19
- err = File.read("#{path}/../../log/errors.log")
19
+ err = File.read("#{Rails.root}/log/errors.log")
20
20
  if err.to_i > 0 then
21
21
  puts "Do you want to see the error-path in firefox? Type yes/no:"
22
22
  a = STDIN.gets.chomp
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.7
5
+ version: 0.0.9.3.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens