jeffperrin-object_mother 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +3 -3
  2. data/lib/object_mother.rb +0 -10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeffperrin-object_mother
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: "0.3"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Perrin
@@ -21,8 +21,8 @@ extensions: []
21
21
 
22
22
  extra_rdoc_files: []
23
23
 
24
- files:
25
- - lib/object_mother.rb
24
+ files: []
25
+
26
26
  has_rdoc: true
27
27
  homepage: http://github.com/jeffperrin/object_mother
28
28
  post_install_message:
data/lib/object_mother.rb DELETED
@@ -1,10 +0,0 @@
1
- require 'object_mother/factory'
2
-
3
- if defined? Rails.configuration
4
- Rails.configuration.after_initialize do
5
- path = File.join(RAILS_ROOT, 'test', 'object_mother')
6
- Dir[File.join(path, '*.rb')].each do |file|
7
- require file
8
- end
9
- end
10
- end