hash_factory 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/hash_factory.rb +1 -1
  2. metadata +3 -3
data/lib/hash_factory.rb CHANGED
@@ -22,6 +22,6 @@ class HashFactory
22
22
  end
23
23
 
24
24
  def self.factories_path
25
- "#{RAILS_ROOT}/test/factories"
25
+ "#{Rails.root}/test/factories"
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_factory
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
- - 2
7
+ - 3
8
8
  - 0
9
9
  - 0
10
- version: 2.0.0
10
+ version: 3.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brent Greeff