minitest-spec-rails 4.3.7 → 4.3.8

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.
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ ## 4.3.8
3
+
4
+ * Less coupling to ActiveRecord ORM, works for MongoDB now. Thanks @kimsuelim
5
+
6
+
2
7
  ## v4.3.7
3
8
 
4
9
  * Fix helper test bug where calling methods in first context block blew up. Fixes #13.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/kencollins/Repositories/minitest-spec-rails
3
3
  specs:
4
- minitest-spec-rails (4.3.6)
4
+ minitest-spec-rails (4.3.8)
5
5
  minitest (~> 4.3)
6
6
  rails (>= 3.0)
7
7
 
@@ -9,12 +9,12 @@ GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
11
  abstract (1.0.0)
12
- actionmailer (3.0.19)
13
- actionpack (= 3.0.19)
12
+ actionmailer (3.0.20)
13
+ actionpack (= 3.0.20)
14
14
  mail (~> 2.2.19)
15
- actionpack (3.0.19)
16
- activemodel (= 3.0.19)
17
- activesupport (= 3.0.19)
15
+ actionpack (3.0.20)
16
+ activemodel (= 3.0.20)
17
+ activesupport (= 3.0.20)
18
18
  builder (~> 2.1.2)
19
19
  erubis (~> 2.6.6)
20
20
  i18n (~> 0.5.0)
@@ -22,19 +22,19 @@ GEM
22
22
  rack-mount (~> 0.6.14)
23
23
  rack-test (~> 0.5.7)
24
24
  tzinfo (~> 0.3.23)
25
- activemodel (3.0.19)
26
- activesupport (= 3.0.19)
25
+ activemodel (3.0.20)
26
+ activesupport (= 3.0.20)
27
27
  builder (~> 2.1.2)
28
28
  i18n (~> 0.5.0)
29
- activerecord (3.0.19)
30
- activemodel (= 3.0.19)
31
- activesupport (= 3.0.19)
29
+ activerecord (3.0.20)
30
+ activemodel (= 3.0.20)
31
+ activesupport (= 3.0.20)
32
32
  arel (~> 2.0.10)
33
33
  tzinfo (~> 0.3.23)
34
- activeresource (3.0.19)
35
- activemodel (= 3.0.19)
36
- activesupport (= 3.0.19)
37
- activesupport (3.0.19)
34
+ activeresource (3.0.20)
35
+ activemodel (= 3.0.20)
36
+ activesupport (= 3.0.20)
37
+ activesupport (3.0.20)
38
38
  appraisal (0.5.1)
39
39
  bundler
40
40
  rake
@@ -43,37 +43,37 @@ GEM
43
43
  erubis (2.6.6)
44
44
  abstract (>= 1.0.0)
45
45
  i18n (0.5.0)
46
- json (1.7.6)
46
+ json (1.7.7)
47
47
  mail (2.2.19)
48
48
  activesupport (>= 2.3.6)
49
49
  i18n (>= 0.4.0)
50
50
  mime-types (~> 1.16)
51
51
  treetop (~> 1.4.8)
52
- mime-types (1.19)
53
- minitest (4.4.0)
52
+ mime-types (1.21)
53
+ minitest (4.6.0)
54
54
  minitest-emoji (1.0.0)
55
55
  polyglot (0.3.3)
56
- rack (1.2.7)
56
+ rack (1.2.8)
57
57
  rack-mount (0.6.14)
58
58
  rack (>= 1.0.0)
59
59
  rack-test (0.5.7)
60
60
  rack (>= 1.0)
61
- rails (3.0.19)
62
- actionmailer (= 3.0.19)
63
- actionpack (= 3.0.19)
64
- activerecord (= 3.0.19)
65
- activeresource (= 3.0.19)
66
- activesupport (= 3.0.19)
61
+ rails (3.0.20)
62
+ actionmailer (= 3.0.20)
63
+ actionpack (= 3.0.20)
64
+ activerecord (= 3.0.20)
65
+ activeresource (= 3.0.20)
66
+ activesupport (= 3.0.20)
67
67
  bundler (~> 1.0)
68
- railties (= 3.0.19)
69
- railties (3.0.19)
70
- actionpack (= 3.0.19)
71
- activesupport (= 3.0.19)
68
+ railties (= 3.0.20)
69
+ railties (3.0.20)
70
+ actionpack (= 3.0.20)
71
+ activesupport (= 3.0.20)
72
72
  rake (>= 0.8.7)
73
73
  rdoc (~> 3.4)
74
74
  thor (~> 0.14.4)
75
75
  rake (10.0.3)
76
- rdoc (3.12)
76
+ rdoc (3.12.1)
77
77
  json (~> 1.4)
78
78
  sqlite3 (1.3.7)
79
79
  thor (0.14.6)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/kencollins/Repositories/minitest-spec-rails
3
3
  specs:
4
- minitest-spec-rails (4.3.6)
4
+ minitest-spec-rails (4.3.8)
5
5
  minitest (~> 4.3)
6
6
  rails (>= 3.0)
7
7
 
@@ -44,13 +44,13 @@ GEM
44
44
  erubis (2.7.0)
45
45
  hike (1.2.1)
46
46
  i18n (0.6.1)
47
- json (1.7.6)
47
+ json (1.7.7)
48
48
  mail (2.3.3)
49
49
  i18n (>= 0.4.0)
50
50
  mime-types (~> 1.16)
51
51
  treetop (~> 1.4.8)
52
- mime-types (1.19)
53
- minitest (4.4.0)
52
+ mime-types (1.21)
53
+ minitest (4.6.0)
54
54
  minitest-emoji (1.0.0)
55
55
  multi_json (1.2.0)
56
56
  polyglot (0.3.3)
@@ -59,7 +59,7 @@ GEM
59
59
  rack (>= 0.4)
60
60
  rack-mount (0.8.3)
61
61
  rack (>= 1.0.0)
62
- rack-ssl (1.3.2)
62
+ rack-ssl (1.3.3)
63
63
  rack
64
64
  rack-test (0.6.2)
65
65
  rack (>= 1.0)
@@ -79,7 +79,7 @@ GEM
79
79
  rdoc (~> 3.4)
80
80
  thor (~> 0.14.6)
81
81
  rake (10.0.3)
82
- rdoc (3.12)
82
+ rdoc (3.12.1)
83
83
  json (~> 1.4)
84
84
  sprockets (2.0.4)
85
85
  hike (~> 1.2)
@@ -1,38 +1,38 @@
1
1
  PATH
2
2
  remote: /Users/kencollins/Repositories/minitest-spec-rails
3
3
  specs:
4
- minitest-spec-rails (4.3.6)
4
+ minitest-spec-rails (4.3.8)
5
5
  minitest (~> 4.3)
6
6
  rails (>= 3.0)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actionmailer (3.2.11)
12
- actionpack (= 3.2.11)
11
+ actionmailer (3.2.12)
12
+ actionpack (= 3.2.12)
13
13
  mail (~> 2.4.4)
14
- actionpack (3.2.11)
15
- activemodel (= 3.2.11)
16
- activesupport (= 3.2.11)
14
+ actionpack (3.2.12)
15
+ activemodel (= 3.2.12)
16
+ activesupport (= 3.2.12)
17
17
  builder (~> 3.0.0)
18
18
  erubis (~> 2.7.0)
19
19
  journey (~> 1.0.4)
20
- rack (~> 1.4.0)
20
+ rack (~> 1.4.5)
21
21
  rack-cache (~> 1.2)
22
22
  rack-test (~> 0.6.1)
23
23
  sprockets (~> 2.2.1)
24
- activemodel (3.2.11)
25
- activesupport (= 3.2.11)
24
+ activemodel (3.2.12)
25
+ activesupport (= 3.2.12)
26
26
  builder (~> 3.0.0)
27
- activerecord (3.2.11)
28
- activemodel (= 3.2.11)
29
- activesupport (= 3.2.11)
27
+ activerecord (3.2.12)
28
+ activemodel (= 3.2.12)
29
+ activesupport (= 3.2.12)
30
30
  arel (~> 3.0.2)
31
31
  tzinfo (~> 0.3.29)
32
- activeresource (3.2.11)
33
- activemodel (= 3.2.11)
34
- activesupport (= 3.2.11)
35
- activesupport (3.2.11)
32
+ activeresource (3.2.12)
33
+ activemodel (= 3.2.12)
34
+ activesupport (= 3.2.12)
35
+ activesupport (3.2.12)
36
36
  i18n (~> 0.6)
37
37
  multi_json (~> 1.0)
38
38
  appraisal (0.5.1)
@@ -44,40 +44,40 @@ GEM
44
44
  hike (1.2.1)
45
45
  i18n (0.6.1)
46
46
  journey (1.0.4)
47
- json (1.7.6)
47
+ json (1.7.7)
48
48
  mail (2.4.4)
49
49
  i18n (>= 0.4.0)
50
50
  mime-types (~> 1.16)
51
51
  treetop (~> 1.4.8)
52
- mime-types (1.19)
53
- minitest (4.4.0)
52
+ mime-types (1.21)
53
+ minitest (4.6.0)
54
54
  minitest-emoji (1.0.0)
55
- multi_json (1.5.0)
55
+ multi_json (1.6.0)
56
56
  polyglot (0.3.3)
57
- rack (1.4.4)
57
+ rack (1.4.5)
58
58
  rack-cache (1.2)
59
59
  rack (>= 0.4)
60
- rack-ssl (1.3.2)
60
+ rack-ssl (1.3.3)
61
61
  rack
62
62
  rack-test (0.6.2)
63
63
  rack (>= 1.0)
64
- rails (3.2.11)
65
- actionmailer (= 3.2.11)
66
- actionpack (= 3.2.11)
67
- activerecord (= 3.2.11)
68
- activeresource (= 3.2.11)
69
- activesupport (= 3.2.11)
64
+ rails (3.2.12)
65
+ actionmailer (= 3.2.12)
66
+ actionpack (= 3.2.12)
67
+ activerecord (= 3.2.12)
68
+ activeresource (= 3.2.12)
69
+ activesupport (= 3.2.12)
70
70
  bundler (~> 1.0)
71
- railties (= 3.2.11)
72
- railties (3.2.11)
73
- actionpack (= 3.2.11)
74
- activesupport (= 3.2.11)
71
+ railties (= 3.2.12)
72
+ railties (3.2.12)
73
+ actionpack (= 3.2.12)
74
+ activesupport (= 3.2.12)
75
75
  rack-ssl (~> 1.3.2)
76
76
  rake (>= 0.8.7)
77
77
  rdoc (~> 3.4)
78
78
  thor (>= 0.14.6, < 2.0)
79
79
  rake (10.0.3)
80
- rdoc (3.12)
80
+ rdoc (3.12.1)
81
81
  json (~> 1.4)
82
82
  sprockets (2.2.2)
83
83
  hike (~> 1.2)
@@ -85,7 +85,7 @@ GEM
85
85
  rack (~> 1.0)
86
86
  tilt (~> 1.1, != 1.3.0)
87
87
  sqlite3 (1.3.7)
88
- thor (0.16.0)
88
+ thor (0.17.0)
89
89
  tilt (1.3.3)
90
90
  treetop (1.4.12)
91
91
  polyglot
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: git://github.com/rails/rails.git
3
- revision: 555cb0afb5a8a8e98fc982edb9e09dfaafd46380
3
+ revision: f8c8ad56c8a1cb48c6535fd8e248dcb9049e0aa3
4
4
  specs:
5
5
  actionmailer (4.0.0.beta)
6
6
  actionpack (= 4.0.0.beta)
@@ -9,14 +9,14 @@ GIT
9
9
  activesupport (= 4.0.0.beta)
10
10
  builder (~> 3.1.0)
11
11
  erubis (~> 2.7.0)
12
- rack (~> 1.4.3)
12
+ rack (~> 1.5.2)
13
13
  rack-test (~> 0.6.1)
14
14
  activemodel (4.0.0.beta)
15
15
  activesupport (= 4.0.0.beta)
16
16
  builder (~> 3.1.0)
17
17
  activerecord (4.0.0.beta)
18
18
  activemodel (= 4.0.0.beta)
19
- activerecord-deprecated_finders (= 0.0.1)
19
+ activerecord-deprecated_finders (~> 0.0.3)
20
20
  activesupport (= 4.0.0.beta)
21
21
  arel (~> 3.0.2)
22
22
  activesupport (4.0.0.beta)
@@ -38,19 +38,19 @@ GIT
38
38
  activesupport (= 4.0.0.beta)
39
39
  rake (>= 0.8.7)
40
40
  rdoc (~> 3.4)
41
- thor (>= 0.15.4, < 2.0)
41
+ thor (>= 0.17.0, < 2.0)
42
42
 
43
43
  PATH
44
44
  remote: /Users/kencollins/Repositories/minitest-spec-rails
45
45
  specs:
46
- minitest-spec-rails (4.3.6)
46
+ minitest-spec-rails (4.3.8)
47
47
  minitest (~> 4.3)
48
48
  rails (>= 3.0)
49
49
 
50
50
  GEM
51
51
  remote: http://rubygems.org/
52
52
  specs:
53
- activerecord-deprecated_finders (0.0.1)
53
+ activerecord-deprecated_finders (0.0.3)
54
54
  appraisal (0.5.1)
55
55
  bundler
56
56
  rake
@@ -60,33 +60,33 @@ GEM
60
60
  erubis (2.7.0)
61
61
  hike (1.2.1)
62
62
  i18n (0.6.1)
63
- json (1.7.6)
63
+ json (1.7.7)
64
64
  mail (2.5.3)
65
65
  i18n (>= 0.4.0)
66
66
  mime-types (~> 1.16)
67
67
  treetop (~> 1.4.8)
68
- mime-types (1.19)
69
- minitest (4.4.0)
68
+ mime-types (1.21)
69
+ minitest (4.6.0)
70
70
  minitest-emoji (1.0.0)
71
- multi_json (1.5.0)
71
+ multi_json (1.6.0)
72
72
  polyglot (0.3.3)
73
- rack (1.4.4)
73
+ rack (1.5.2)
74
74
  rack-test (0.6.2)
75
75
  rack (>= 1.0)
76
76
  rake (10.0.3)
77
- rdoc (3.12)
77
+ rdoc (3.12.1)
78
78
  json (~> 1.4)
79
79
  sprockets (2.8.2)
80
80
  hike (~> 1.2)
81
81
  multi_json (~> 1.0)
82
82
  rack (~> 1.0)
83
83
  tilt (~> 1.1, != 1.3.0)
84
- sprockets-rails (2.0.0.rc1)
84
+ sprockets-rails (2.0.0.rc2)
85
85
  actionpack (>= 3.0)
86
86
  activesupport (>= 3.0)
87
87
  sprockets (~> 2.8)
88
88
  sqlite3 (1.3.7)
89
- thor (0.16.0)
89
+ thor (0.17.0)
90
90
  thread_safe (0.1.0)
91
91
  atomic
92
92
  tilt (1.3.3)
@@ -6,7 +6,7 @@ module MiniTestSpecRails
6
6
 
7
7
  included do
8
8
  singleton_class.send :remove_method, :describe
9
- register_spec_type(self) { |desc| Class === desc && desc < ActiveRecord::Base }
9
+ register_spec_type(self) { |desc| Class === desc && desc < ActiveRecord::Base if defined?(ActiveRecord::Base) }
10
10
  register_rails_test_case self
11
11
  end
12
12
 
@@ -18,9 +18,9 @@ ActiveSupport::TestCase.send :include, MiniTestSpecRails::Init::ActiveSupportBeh
18
18
 
19
19
  # The AbstractController::Helpers#default_helper_module! blows up using
20
20
  # ActiveSupport's modified LoadError class under Ruby 1.8 because describe
21
- # blocks with spaces for their names have a `module_path` of something like
21
+ # blocks with spaces for their names have a `module_path` of something like
22
22
  # "nested 1" while in Ruby 1.9 it is something like "#<Class:0x007fa256ea1118>"
23
- # and hence wont find a #path match in REGEXPS due to the space. So add
23
+ # and hence wont find a #path match in REGEXPS due to the space. So add
24
24
  # another that allows filenames with spaces in it.
25
- #
25
+ #
26
26
  LoadError::REGEXPS << %r{^Missing \w+ (?:file\s*)?(.*\.rb)$}i
@@ -1,3 +1,3 @@
1
1
  module MiniTestSpecRails
2
- VERSION = "4.3.7"
2
+ VERSION = "4.3.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-spec-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.7
4
+ version: 4.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-05 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: 4327642804086337401
193
+ hash: 3773355542300362759
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  none: false
196
196
  requirements:
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  segments:
201
201
  - 0
202
- hash: 4327642804086337401
202
+ hash: 3773355542300362759
203
203
  requirements: []
204
204
  rubyforge_project:
205
205
  rubygems_version: 1.8.25