action_dispatch-test_response-json 5.2.3 → 5.2.3.1

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: 06175a27011b7fc0a20fc7060136944104932f7f9262fade7e6a9e59694de89f
4
- data.tar.gz: 6aebea3f9de765eedd1c278a2feef8bf91f8858295a43230896bda38cb06757f
3
+ metadata.gz: 8a3a72af982fceb4bf118b0ac087b275a35eba6ae29935886f9ed713b63fb8dc
4
+ data.tar.gz: d46e2ed19ecc0631384cd87e1ec971e1697efc650dfb6350e6517e8f8088b991
5
5
  SHA512:
6
- metadata.gz: 9a5f42d974614a86fbe690784d4704e43d92a204d458f86da4e58610ab20cc1f86c0388953b733417adfd60fd50c518a6327252ad42764d2b64c50dab2542ef0
7
- data.tar.gz: bd58067024750f2d479fd3f0a37e0710f2239b01cc4a493bdf0389d0221fb77ff25348f6b044acabf3539873bd9cce7b407ce8f0ccc5d2d7c27a2fb519f6a571
6
+ metadata.gz: 4a22f0b2fddc7dabdaecb45d6f3e05eb0b6050ecbc6d365966619b514b6b33022f8d37cf878a40c33468f9e498a86024add1b812533d324ed036e668a0fc2b9d
7
+ data.tar.gz: 160bb4e1a4dc7e917ffed40fc75012406f6af7d44de178864297faadab7a9b438ea55b06dbcdf0d4de97b3c2410a3d37df67a1a77973711fc2b9446a35940beb
data/README.md CHANGED
@@ -22,7 +22,17 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ ```ruby
26
+
27
+ class ArticlesControllerTest < ActionDispatch::IntegrationTest
28
+ test "should get index.json" do
29
+ get articles_url(format: :json)
30
+ assert_equal 'title', response.json[:articles][0][:title]
31
+ end
32
+ end
33
+
34
+ ```
35
+
26
36
 
27
37
  ## Development
28
38
 
@@ -1,7 +1,7 @@
1
1
  module ActionDispatch
2
- module TestResponse
2
+ class TestResponse
3
3
  module Json
4
- VERSION = "5.2.3"
4
+ VERSION = "5.2.3.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_dispatch-test_response-json
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.3
4
+ version: 5.2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yalab