auto_test 0.0.5 → 0.0.6

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.
@@ -4,13 +4,10 @@ def logger
4
4
  Rails.logger
5
5
  end
6
6
 
7
- class BackupTask < Rails::Railtie
8
- rake_tasks do
9
- Dir[File.join(File.dirname(__FILE__),'tasks/*.rake')].each { |f| load f }
10
- end
11
- end
12
7
 
13
8
  module AutoTest
9
+ require "lib/auto_test/railtie" if defined?(Rails)
10
+
14
11
  class << self
15
12
  attr_accessor :configuration
16
13
  end
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  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.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens