auto_test 0.0.9.4.0 → 0.0.9.4.1

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.4.0"
2
+ VERSION = "0.0.9.4.1"
3
3
  end
@@ -39,7 +39,7 @@ namespace :auto_test do
39
39
  desc "starting the simulation"
40
40
  task :start_action_path do
41
41
  path = %x(gem which auto_test)
42
- path = path[0..path.size-13]
42
+ path = path[0..path.size-15]
43
43
  # paths = File.new("lib/auto_test/log/new_path.log")
44
44
  # n = 0
45
45
  # while line = paths.gets do
@@ -48,8 +48,7 @@ namespace :auto_test do
48
48
  # puts "Error path reduced.There are #{n} paths to be visited."
49
49
  puts "Press Enter to see the path in Firefox! "
50
50
  STDIN.gets
51
- puts "ruby"
52
- sh "ruby '#{path}/../simulation.rb'"
51
+ sh "ruby '#{path}/simulation.rb'"
53
52
  end
54
53
 
55
54
 
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.4.0
5
+ version: 0.0.9.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens