auto_test 0.0.9.5.5 → 0.0.9.5.6
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 +1 -1
- data/lib/spec/requests/simulation_spec.rb +1 -1
- metadata +1 -1
data/lib/auto_test/version.rb
CHANGED
|
@@ -161,7 +161,7 @@ def add_path(value)
|
|
|
161
161
|
end
|
|
162
162
|
|
|
163
163
|
def search_sessions
|
|
164
|
-
path_to_search = File.new("#{
|
|
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!(/[{}\"]/,'')
|