auto_test 0.0.9.1 → 0.0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/auto_test.rb CHANGED
@@ -15,7 +15,7 @@ module AutoTest
15
15
  def self.configure
16
16
  self.configuration ||= Configuration.new
17
17
  yield(configuration)
18
- end
18
+ end
19
19
 
20
20
 
21
21
 
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.9.1"
2
+ VERSION = "0.0.9.2"
3
3
  end
@@ -6,7 +6,7 @@ namespace :auto_test do
6
6
  sh "rails server -e test -p 3002 -d"
7
7
  path = sh "gem which auto_test"
8
8
  path = path[0..path.size-13]
9
- sh "rspec '#{path}/../spec/requests/auto_spec.rb' -o '#{path}/../../log/rspec.txt'")
9
+ sh "rspec '#{path}/../spec/requests/auto_spec.rb' -o '#{path}/../../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.9.1
5
+ version: 0.0.9.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens