auto_test 0.0.8.8.6 → 0.0.8.8.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.8.8.6"
2
+ VERSION = "0.0.8.8.7"
3
3
  end
@@ -4,7 +4,7 @@
4
4
  # run without cleaning the db between single tests
5
5
  # see spec_helper for db-cleaner
6
6
  require 'spec_helper'
7
- require 'auto_test'
7
+ #require 'auto_test'
8
8
 
9
9
 
10
10
  describe "Application" do
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.6
5
+ version: 0.0.8.8.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens