minitest-spec-rails 6.2.0 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +8 -7
  3. data/Appraisals +5 -12
  4. data/CHANGELOG.md +13 -0
  5. data/README.md +24 -24
  6. data/gemfiles/rails_v6.0.x.gemfile.lock +107 -87
  7. data/gemfiles/{rails_v5.2.x.gemfile → rails_v6.1.x.gemfile} +1 -1
  8. data/gemfiles/rails_v6.1.x.gemfile.lock +175 -0
  9. data/gemfiles/rails_v7.0.x.gemfile +1 -2
  10. data/gemfiles/rails_v7.0.x.gemfile.lock +174 -0
  11. data/gemfiles/rails_v7.1.x.gemfile +9 -0
  12. data/lib/minitest-spec-rails/init/action_cable.rb +28 -0
  13. data/lib/minitest-spec-rails/init/action_view.rb +1 -3
  14. data/lib/minitest-spec-rails/init/active_support.rb +1 -1
  15. data/lib/minitest-spec-rails/railtie.rb +3 -0
  16. data/lib/minitest-spec-rails/version.rb +1 -1
  17. data/minitest-spec-rails.gemspec +4 -2
  18. data/test/cases/action_cable_test.rb +38 -0
  19. data/test/cases/action_controller_test.rb +13 -13
  20. data/test/cases/action_dispatch_test.rb +18 -18
  21. data/test/cases/action_mailer_test.rb +13 -13
  22. data/test/cases/action_view_test.rb +17 -17
  23. data/test/cases/active_job_test.rb +13 -13
  24. data/test/cases/active_support_test.rb +7 -7
  25. data/test/cases/mini_shoulda_test.rb +3 -3
  26. data/test/dummy_app/app/channels/application_cable/channel.rb +4 -0
  27. data/test/dummy_app/app/channels/application_cable/connection.rb +4 -0
  28. data/test/dummy_app/app/controllers/application_controller.rb +1 -1
  29. data/test/dummy_app/app/mailers/user_mailer.rb +1 -1
  30. data/test/dummy_app/init.rb +5 -12
  31. data/test/dummy_app/tmp/development_secret.txt +1 -0
  32. data/test/dummy_tests/application_controller_test.rb +19 -19
  33. data/test/dummy_tests/foos_helper_test.rb +2 -2
  34. data/test/dummy_tests/integration_test.rb +3 -3
  35. data/test/dummy_tests/library_test.rb +3 -3
  36. data/test/dummy_tests/user_mailer_test.rb +20 -21
  37. data/test/dummy_tests/user_test.rb +15 -15
  38. data/test/dummy_tests/users_controller_test.rb +1 -1
  39. data/test/dummy_tests/users_helper_test.rb +15 -15
  40. data/test/support/shared_test_case_behavior.rb +0 -4
  41. data/test/test_helper.rb +1 -1
  42. metadata +49 -12
  43. data/gemfiles/rails_v5.1.x.gemfile +0 -8
  44. data/gemfiles/rails_v5.1.x.gemfile.lock +0 -130
  45. data/gemfiles/rails_v5.2.x.gemfile.lock +0 -136
@@ -1,130 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- minitest-spec-rails (6.1.0)
5
- minitest (>= 5.0)
6
- railties (>= 4.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.1.7)
12
- actionpack (= 5.1.7)
13
- nio4r (~> 2.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.1.7)
16
- actionpack (= 5.1.7)
17
- actionview (= 5.1.7)
18
- activejob (= 5.1.7)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.1.7)
22
- actionview (= 5.1.7)
23
- activesupport (= 5.1.7)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.1.7)
29
- activesupport (= 5.1.7)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.1.7)
35
- activesupport (= 5.1.7)
36
- globalid (>= 0.3.6)
37
- activemodel (5.1.7)
38
- activesupport (= 5.1.7)
39
- activerecord (5.1.7)
40
- activemodel (= 5.1.7)
41
- activesupport (= 5.1.7)
42
- arel (~> 8.0)
43
- activesupport (5.1.7)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (>= 0.7, < 2)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- appraisal (2.4.0)
49
- bundler
50
- rake
51
- thor (>= 0.14.0)
52
- arel (8.0.0)
53
- builder (3.2.4)
54
- concurrent-ruby (1.1.8)
55
- crass (1.0.6)
56
- erubi (1.10.0)
57
- globalid (0.4.2)
58
- activesupport (>= 4.2.0)
59
- i18n (1.8.10)
60
- concurrent-ruby (~> 1.0)
61
- loofah (2.9.1)
62
- crass (~> 1.0.2)
63
- nokogiri (>= 1.5.9)
64
- mail (2.7.1)
65
- mini_mime (>= 0.1.1)
66
- method_source (1.0.0)
67
- mini_mime (1.1.0)
68
- mini_portile2 (2.5.1)
69
- minitest (5.10.1)
70
- nio4r (2.5.7)
71
- nokogiri (1.11.3)
72
- mini_portile2 (~> 2.5.0)
73
- racc (~> 1.4)
74
- racc (1.5.2)
75
- rack (2.2.3)
76
- rack-test (1.1.0)
77
- rack (>= 1.0, < 3)
78
- rails (5.1.7)
79
- actioncable (= 5.1.7)
80
- actionmailer (= 5.1.7)
81
- actionpack (= 5.1.7)
82
- actionview (= 5.1.7)
83
- activejob (= 5.1.7)
84
- activemodel (= 5.1.7)
85
- activerecord (= 5.1.7)
86
- activesupport (= 5.1.7)
87
- bundler (>= 1.3.0)
88
- railties (= 5.1.7)
89
- sprockets-rails (>= 2.0.0)
90
- rails-dom-testing (2.0.3)
91
- activesupport (>= 4.2.0)
92
- nokogiri (>= 1.6)
93
- rails-html-sanitizer (1.3.0)
94
- loofah (~> 2.3)
95
- railties (5.1.7)
96
- actionpack (= 5.1.7)
97
- activesupport (= 5.1.7)
98
- method_source
99
- rake (>= 0.8.7)
100
- thor (>= 0.18.1, < 2.0)
101
- rake (13.0.3)
102
- sprockets (4.0.2)
103
- concurrent-ruby (~> 1.0)
104
- rack (> 1, < 3)
105
- sprockets-rails (3.2.2)
106
- actionpack (>= 4.0)
107
- activesupport (>= 4.0)
108
- sprockets (>= 3.0.0)
109
- sqlite3 (1.4.2)
110
- thor (1.1.0)
111
- thread_safe (0.3.6)
112
- tzinfo (1.2.9)
113
- thread_safe (~> 0.1)
114
- websocket-driver (0.6.5)
115
- websocket-extensions (>= 0.1.0)
116
- websocket-extensions (0.1.5)
117
-
118
- PLATFORMS
119
- ruby
120
-
121
- DEPENDENCIES
122
- appraisal
123
- minitest (= 5.10.1)
124
- minitest-spec-rails!
125
- rails (~> 5.1.0)
126
- rake
127
- sqlite3
128
-
129
- BUNDLED WITH
130
- 1.17.3
@@ -1,136 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- minitest-spec-rails (6.1.0)
5
- minitest (>= 5.0)
6
- railties (>= 4.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.2.5)
12
- actionpack (= 5.2.5)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.5)
16
- actionpack (= 5.2.5)
17
- actionview (= 5.2.5)
18
- activejob (= 5.2.5)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.2.5)
22
- actionview (= 5.2.5)
23
- activesupport (= 5.2.5)
24
- rack (~> 2.0, >= 2.0.8)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.5)
29
- activesupport (= 5.2.5)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.5)
35
- activesupport (= 5.2.5)
36
- globalid (>= 0.3.6)
37
- activemodel (5.2.5)
38
- activesupport (= 5.2.5)
39
- activerecord (5.2.5)
40
- activemodel (= 5.2.5)
41
- activesupport (= 5.2.5)
42
- arel (>= 9.0)
43
- activestorage (5.2.5)
44
- actionpack (= 5.2.5)
45
- activerecord (= 5.2.5)
46
- marcel (~> 1.0.0)
47
- activesupport (5.2.5)
48
- concurrent-ruby (~> 1.0, >= 1.0.2)
49
- i18n (>= 0.7, < 2)
50
- minitest (~> 5.1)
51
- tzinfo (~> 1.1)
52
- appraisal (2.4.0)
53
- bundler
54
- rake
55
- thor (>= 0.14.0)
56
- arel (9.0.0)
57
- builder (3.2.4)
58
- concurrent-ruby (1.1.8)
59
- crass (1.0.6)
60
- erubi (1.10.0)
61
- globalid (0.4.2)
62
- activesupport (>= 4.2.0)
63
- i18n (1.8.10)
64
- concurrent-ruby (~> 1.0)
65
- loofah (2.9.1)
66
- crass (~> 1.0.2)
67
- nokogiri (>= 1.5.9)
68
- mail (2.7.1)
69
- mini_mime (>= 0.1.1)
70
- marcel (1.0.1)
71
- method_source (1.0.0)
72
- mini_mime (1.1.0)
73
- mini_portile2 (2.5.1)
74
- minitest (5.14.4)
75
- nio4r (2.5.7)
76
- nokogiri (1.11.3)
77
- mini_portile2 (~> 2.5.0)
78
- racc (~> 1.4)
79
- racc (1.5.2)
80
- rack (2.2.3)
81
- rack-test (1.1.0)
82
- rack (>= 1.0, < 3)
83
- rails (5.2.5)
84
- actioncable (= 5.2.5)
85
- actionmailer (= 5.2.5)
86
- actionpack (= 5.2.5)
87
- actionview (= 5.2.5)
88
- activejob (= 5.2.5)
89
- activemodel (= 5.2.5)
90
- activerecord (= 5.2.5)
91
- activestorage (= 5.2.5)
92
- activesupport (= 5.2.5)
93
- bundler (>= 1.3.0)
94
- railties (= 5.2.5)
95
- sprockets-rails (>= 2.0.0)
96
- rails-dom-testing (2.0.3)
97
- activesupport (>= 4.2.0)
98
- nokogiri (>= 1.6)
99
- rails-html-sanitizer (1.3.0)
100
- loofah (~> 2.3)
101
- railties (5.2.5)
102
- actionpack (= 5.2.5)
103
- activesupport (= 5.2.5)
104
- method_source
105
- rake (>= 0.8.7)
106
- thor (>= 0.19.0, < 2.0)
107
- rake (13.0.3)
108
- sprockets (4.0.2)
109
- concurrent-ruby (~> 1.0)
110
- rack (> 1, < 3)
111
- sprockets-rails (3.2.2)
112
- actionpack (>= 4.0)
113
- activesupport (>= 4.0)
114
- sprockets (>= 3.0.0)
115
- sqlite3 (1.4.2)
116
- thor (1.1.0)
117
- thread_safe (0.3.6)
118
- tzinfo (1.2.9)
119
- thread_safe (~> 0.1)
120
- websocket-driver (0.7.3)
121
- websocket-extensions (>= 0.1.0)
122
- websocket-extensions (0.1.5)
123
-
124
- PLATFORMS
125
- ruby
126
-
127
- DEPENDENCIES
128
- appraisal
129
- minitest
130
- minitest-spec-rails!
131
- rails (~> 5.2.0)
132
- rake
133
- sqlite3
134
-
135
- BUNDLED WITH
136
- 1.17.3