auto_test 0.0.8.8.9 → 0.0.8.9.0

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.8.8.9"
2
+ VERSION = "0.0.8.9.0"
3
3
  end
data/lib/auto_test.rb CHANGED
@@ -17,7 +17,8 @@ module AutoTest
17
17
  yield(configuration)
18
18
  end
19
19
  def self.start_rspec
20
- path = (%x(gem which auto_test)).delete("/auto_test.rb")
20
+ path = (%x(gem which auto_test))
21
+ path = path[0..path.size-13]
21
22
  puts path
22
23
  exec("rspec '#{path}/../spec/requests/auto_spec.rb' -o '#{path}/../../log/rspec.txt'")
23
24
  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.8.8.9
5
+ version: 0.0.8.9.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens