auto_test 0.0.7.8 → 0.0.7.9

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.7.8"
2
+ VERSION = "0.0.7.9"
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/lib/auto_test'
7
+ require 'auto_test/lib'
8
8
 
9
9
 
10
10
  describe "Application" do
@@ -4,10 +4,10 @@ namespace :auto_test do
4
4
  task :test do
5
5
  puts "Running auto_test..."
6
6
  sh "rails server -e test -p 3002 -d"
7
- sh "rspec lib/spec/requests/auto_spec.rb -o 'log/rspec.txt'"
8
- sh "rm 'log/rspec.txt'"
9
- Rake::Task[:error_calc].invoke
10
- Rake::Task[:stop].invoke
7
+ # sh "rspec lib/spec/requests/auto_spec.rb -o 'log/rspec.txt'"
8
+ # sh "rm 'log/rspec.txt'"
9
+ # Rake::Task[:error_calc].invoke
10
+ # Rake::Task[:stop].invoke
11
11
  end
12
12
 
13
13
  desc "calculating the errors"
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.7.8
5
+ version: 0.0.7.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens