auto_test 0.0.9.4.5 → 0.0.9.4.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.4.5"
2
+ VERSION = "0.0.9.4.6"
3
3
  end
@@ -0,0 +1,8 @@
1
+ describe "Application" do
2
+ describe "auto_test" do
3
+ it "simulates the error" do
4
+ %x(ruby '#{path}/simulation.rb')
5
+ end
6
+ end
7
+ end
8
+
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.5
5
+ version: 0.0.9.4.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens
@@ -104,6 +104,7 @@ files:
104
104
  - lib/simulation.rb
105
105
  - lib/spec/requests/auto_spec.rb
106
106
  - lib/spec/requests/error_reduction_spec.rb
107
+ - lib/spec/requests/simulation_spec.rb
107
108
  - lib/tasks/auto_test.rb
108
109
  - lib/test.rb
109
110
  homepage: