auto_test 0.0.9.5.5 → 0.0.9.5.6

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.5.5"
2
+ VERSION = "0.0.9.5.6"
3
3
  end
@@ -161,7 +161,7 @@ def add_path(value)
161
161
  end
162
162
 
163
163
  def search_sessions
164
- path_to_search = File.new("#{gem_path}/../../log/new_path.log")
164
+ path_to_search = File.new("#{Rails.root}/log/new_path.log")
165
165
  sessions = Array.new
166
166
  while line = path_to_search.gets do
167
167
  line.gsub!(/[{}\"]/,'')
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.5.5
5
+ version: 0.0.9.5.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens