minitest-rails 6.0.1 → 6.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa50e02713d55083b622c4d5f70564e8698fd831eb6bbaf6b2082d38d8e76d9a
4
- data.tar.gz: a60c1ef726a4c7f001af8b1986206f5bada9dd95bcc1b8415cdfc51c48bc235f
3
+ metadata.gz: 5a5c0bcb43ca14e46822b35c3276cea42f94f032cf92466d38d96952bfd95a98
4
+ data.tar.gz: c898d3af4147d27ab9cf405c7da3c94b4d559e44db2468b4fdf71da578bd7f76
5
5
  SHA512:
6
- metadata.gz: f6854cf71a11e6361854b9a8a5277b7b7b9a659616070f2bb1726e8c7e62169ef4b91d7775e71879d3745d69e0f7cfa50713ad69e8145f615421ade06ee68241
7
- data.tar.gz: 9d3d9ab0c4347539c47ea8f75e4a92355b1b0e764de143e3e54fbf479da299c531689ba14a1286391c12a45dae297a70401a2c3187d198c6fd61837bceb84268
6
+ metadata.gz: '08db577a6af107ee53a2a162f2d26099eaaea8c293adbf91ea284393e2abd3bc95891dc191b0f45378c5f354e63ee3ef313119e4d6f4ec4392fbcf429fa2ef5e'
7
+ data.tar.gz: 89e863ba93acf06bba0dcf8a493d9344e278b7b0f0986c38ccf106fa05a9ca13bf5220946052ac8a947bc9cdf610eb1737082ab8fedfd34c7e4252bce33bb19c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ### 6.0.2 / 2022-10-26
4
+
5
+ Fix System test templates. (@bobmazanec)
6
+
3
7
  ### 6.0.1 / 2020-01-14
4
8
 
5
9
  Fix running parallel tests with relative paths
@@ -1,7 +1,7 @@
1
1
  require "application_system_test_case"
2
2
 
3
- class <%= class_name.pluralize %>Test < ApplicationSystemTestCase
4
- # test "visiting the index" do
3
+ describe <%= class_name.pluralize %>, :system do
4
+ # it "visits the index" do
5
5
  # visit <%= plural_table_name %>_url
6
6
  #
7
7
  # assert_selector "h1", text: "<%= class_name %>"
@@ -1,7 +1,7 @@
1
1
  require "application_system_test_case"
2
2
 
3
3
  class <%= class_name.pluralize %>Test < ApplicationSystemTestCase
4
- # test "visiting the index" do
4
+ # def test_visiting_index
5
5
  # visit <%= plural_table_name %>_url
6
6
  #
7
7
  # assert_selector "h1", text: "<%= class_name %>"
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Rails
3
- VERSION = "6.0.1".freeze
3
+ VERSION = "6.0.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-14 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -182,7 +182,7 @@ homepage: http://blowmage.com/minitest-rails
182
182
  licenses:
183
183
  - MIT
184
184
  metadata: {}
185
- post_install_message:
185
+ post_install_message:
186
186
  rdoc_options: []
187
187
  require_paths:
188
188
  - lib
@@ -197,8 +197,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  - !ruby/object:Gem::Version
198
198
  version: '0'
199
199
  requirements: []
200
- rubygems_version: 3.0.3
201
- signing_key:
200
+ rubygems_version: 3.4.12
201
+ signing_key:
202
202
  specification_version: 4
203
203
  summary: Minitest integration for Rails
204
204
  test_files: []