minitest-rails 6.1.0 → 6.1.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1f46801b6a53db3a0c5feaa1d18d8694bfe01436ed824442c6443fb11af882d
|
4
|
+
data.tar.gz: bf6dd187b6dd0b4c94bffd360c251c9376e9a20d1500fc2c83d57cde7293ac50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 919ab2116ea67655e54f166ed3065dfc5751f0c4bbe111d80573e7d74d722cae849a89a2ad2b585de486bcf585dd3db50d9ee8ade158c3d787a41d52ab149978
|
7
|
+
data.tar.gz: '083f36e6d916f96b332a2b41bdcec301a60c622fbb0325f8af156c8d446ffcac9cd793bb1ad069e613384b14eb7b8f4740f54d8225f5c972fb4236ca56245c66'
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1
1
|
require "application_system_test_case"
|
2
2
|
|
3
|
-
|
4
|
-
#
|
3
|
+
describe <%= class_name.pluralize %>, :system do
|
4
|
+
# it "visits the index" do
|
5
5
|
# visit <%= plural_table_name %>_url
|
6
|
-
#
|
7
6
|
# assert_selector "h1", text: "<%= class_name %>"
|
8
7
|
# end
|
9
8
|
end
|
@@ -1,9 +1,8 @@
|
|
1
1
|
require "application_system_test_case"
|
2
2
|
|
3
3
|
class <%= class_name.pluralize %>Test < ApplicationSystemTestCase
|
4
|
-
#
|
4
|
+
# def test_visiting_index
|
5
5
|
# visit <%= plural_table_name %>_url
|
6
|
-
#
|
7
6
|
# assert_selector "h1", text: "<%= class_name %>"
|
8
7
|
# end
|
9
8
|
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.1.
|
4
|
+
version: 6.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
- !ruby/object:Gem::Version
|
198
198
|
version: '0'
|
199
199
|
requirements: []
|
200
|
-
rubygems_version: 3.
|
200
|
+
rubygems_version: 3.4.12
|
201
201
|
signing_key:
|
202
202
|
specification_version: 4
|
203
203
|
summary: Minitest integration for Rails
|