auto_test 0.0.8.8.1 → 0.0.8.8.2

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.8.8.1"
2
+ VERSION = "0.0.8.8.2"
3
3
  end
data/lib/auto_test.rb CHANGED
@@ -18,7 +18,7 @@ module AutoTest
18
18
  end
19
19
  def self.start_rspec
20
20
  path = %x(gem which auto_test)
21
- %x(rspec '#{path}/lib/spec/requests/auto_spec.rb -o 'log/rspec.txt'')
21
+ %x(rspec '#{path}/lib/spec/requests/auto_spec.rb -o '#{path}/log/rspec.txt'')
22
22
  end
23
23
 
24
24
  class Configuration
@@ -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/lib'
7
+ require 'auto_test'
8
8
 
9
9
 
10
10
  describe "Application" do
@@ -6,7 +6,7 @@ namespace :auto_test do
6
6
  sh "rails server -e test -p 3002 -d"
7
7
  AutoTest.start_rspec
8
8
  # sh "rspec lib/spec/requests/auto_spec.rb -o 'log/rspec.txt'"
9
- sh "rm 'log/rspec.txt'"
9
+ #sh "rm 'log/rspec.txt'"
10
10
  Rake::Task[:error_calc].invoke
11
11
  Rake::Task[:stop].invoke
12
12
  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.1
5
+ version: 0.0.8.8.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens