auto_test 0.0.7.9 → 0.0.8.0

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.
@@ -100,8 +100,8 @@ module AutoTest
100
100
 
101
101
  end
102
102
 
103
- autoload :Dsl, 'auto_test/lib/auto_test/dsl'
104
- autoload :Test, 'auto_test/lib/auto_test/test'
103
+ autoload :Dsl, 'dsl'
104
+ autoload :Test, 'test'
105
105
 
106
106
 
107
107
  end
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.7.9"
2
+ VERSION = "0.0.8.0"
3
3
  end
@@ -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.9
5
+ version: 0.0.8.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens