cfoundry 0.4.11 → 0.4.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cfoundry/version.rb +1 -1
- data/spec/spec_helper.rb +3 -1
- metadata +3 -3
data/lib/cfoundry/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -7,7 +7,9 @@ Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |file|
|
|
7
7
|
require file
|
8
8
|
end
|
9
9
|
|
10
|
-
FactoryGirl.definition_file_paths =
|
10
|
+
FactoryGirl.definition_file_paths =
|
11
|
+
[File.expand_path("../factories", __FILE__)]
|
12
|
+
|
11
13
|
FactoryGirl.find_definitions
|
12
14
|
|
13
15
|
RSpec.configure do |c|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfoundry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 12
|
10
|
+
version: 0.4.12
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Suraci
|