auto_test 0.0.9.4.6 → 0.0.9.4.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.4.6"
2
+ VERSION = "0.0.9.4.7"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  describe "Application" do
2
2
  describe "auto_test" do
3
3
  it "simulates the error" do
4
- %x(ruby '#{path}/simulation.rb')
4
+ %x(ruby '/lib/simulation.rb')
5
5
  end
6
6
  end
7
7
  end
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.6
5
+ version: 0.0.9.4.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens