auto_test 0.0.9.5.6 → 0.0.9.5.7

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.6"
2
+ VERSION = "0.0.9.5.7"
3
3
  end
@@ -47,9 +47,11 @@ namespace :auto_test do
47
47
  # end
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
- STDIN.gets
51
- sh "rspec #{path}/spec/requests/simulation_spec.rb"# -o '#{path}/../log/simulation.txt'"
52
- #sh "rm '#{path}/../log/simulation.txt"
50
+ while STDIN.gets do
51
+ sh "rspec #{path}/spec/requests/simulation_spec.rb -o '#{path}/../log/simulation.txt'"
52
+ sh "rm '#{path}/../log/simulation.txt"
53
+ puts "Do you want to start the simulation again? Type yes/no:"
54
+ end
53
55
  end
54
56
 
55
57
 
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.6
5
+ version: 0.0.9.5.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens