auto_test 0.0.9.5.3 → 0.0.9.5.4

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.5.3"
2
+ VERSION = "0.0.9.5.4"
3
3
  end
@@ -48,8 +48,8 @@ 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
- sh "rspec #{path}/spec/requests/simulation_spec.rb -o '#{path}/../log/simulation.txt'"
52
- sh "rm '#{path}/../log/simulation.txt"
51
+ sh "rspec #{path}/spec/requests/simulation_spec.rb"# -o '#{path}/../log/simulation.txt'"
52
+ #sh "rm '#{path}/../log/simulation.txt"
53
53
  end
54
54
 
55
55
 
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.3
5
+ version: 0.0.9.5.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens