gaku_testing 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aca59132771d118f2de498e9edbda9245939514
|
4
|
+
data.tar.gz: f20577c295588dc00149e4f8c45ba0e04288ff62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce0a486bc954f95ba9d7185ceecf00ceb3adc6e27d7e39a872fbf6e7a3ee101474b3aa31153675ea8a79ce209a3c3b75bbd077dbf9aa1f610c7b14949b785001
|
7
|
+
data.tar.gz: 71dcb9d591a6308d86a65866f46e42f0ce84ebe001cae5dfbb11bab3124cd55f832a7cc26f111fc65d6ea5891f2d5c4127483d92155213a6ce0ecf19b3b23348
|
@@ -18,7 +18,7 @@ require 'gaku/core/url_helpers'
|
|
18
18
|
|
19
19
|
# require 'gaku/testing/support/features'
|
20
20
|
|
21
|
-
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
21
|
+
# ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
22
22
|
|
23
23
|
RSpec.configure do |config|
|
24
24
|
|
@@ -19,7 +19,7 @@ require 'gaku/core/url_helpers'
|
|
19
19
|
|
20
20
|
# require 'gaku/testing/support/controllers'
|
21
21
|
|
22
|
-
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
22
|
+
# ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
23
23
|
|
24
24
|
RSpec.configure do |config|
|
25
25
|
|
@@ -15,7 +15,7 @@ require 'shoulda-matchers'
|
|
15
15
|
require 'gaku/testing/factories'
|
16
16
|
|
17
17
|
Dir["#{File.dirname(__FILE__)}/support/models/**/*.rb"].each { |f| require f }
|
18
|
-
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
18
|
+
# ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
19
19
|
|
20
20
|
RSpec.configure do |config|
|
21
21
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gaku_testing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rei Kagetsuki
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2015-02-
|
14
|
+
date: 2015-02-23 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: gaku_core
|
@@ -19,14 +19,14 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.2.
|
22
|
+
version: 0.2.2
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.2.
|
29
|
+
version: 0.2.2
|
30
30
|
description: Testing helpers used in other engines/modules for GAKU Engine.
|
31
31
|
email: info@gakuengine.com
|
32
32
|
executables: []
|