formify 0.17.8 → 0.17.9

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: f86faac2b4d7c17b2903558ab2f36c45b3ae55cef2e44260b2fd01a93e3fef72
4
- data.tar.gz: b04a15bb277b0ccae9167dc0779c04b2acd3d1297bc3b7cd3cdef7e5922f6619
3
+ metadata.gz: 831be5e08866e8105d839a7831af8a4f797ffcbc4fe9b5930de17d4f6ed90181
4
+ data.tar.gz: cf34c67afb7b28368a45acf739054058b60fb85b8fb36aae8f640490b11d909c
5
5
  SHA512:
6
- metadata.gz: 73855e18358a669ec6aa12605a512b0ae90f49ba30d37cf7fa3b9bf805190833498aea9b582f8cf30e4c861856f013f26cf7201ec62086418cdfa5d0cb842223
7
- data.tar.gz: 2c68856793ca447555c682aa3ccad3ba15a474f7d968004efe1bbd7fc9178c22e2b96941be4b691b6e0fb2942857fc013961f6fedbeb75468f788750c1ba5005
6
+ metadata.gz: 47b531b2f89307a8017b8cdcb9ec926ac261ad6b8f0cec529121dbabadaa7cb0dd040556cf2dfdd0ed9412b200741d1b67f426d936b1a1dc165c0c73b9eb20a6
7
+ data.tar.gz: 6d34f73fcfdc3f1801179545e8b645ff05aefb0d5214b3663bd4a753989c08ca6b90de32ee9837a58f38f4299aa754e1941d935a94f9b3f9378176585560f746
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- formify (0.17.8)
4
+ formify (0.17.9)
5
5
  rails
6
6
  resonad
7
7
  with_advisory_lock
@@ -1,3 +1,3 @@
1
1
  module Formify
2
- VERSION = '0.17.8'.freeze
2
+ VERSION = '0.17.9'.freeze
3
3
  end
@@ -22,7 +22,7 @@ describe Forms::<%= class_name %>, type: :form do
22
22
  it { expect(value).to be_a(<%= inferred_model_name %>) } # Model name inferred
23
23
 
24
24
  <% all_attributes.each do |attr| -%>
25
- context '#<%= attr %>' do
25
+ describe '#<%= attr %>' do
26
26
  it { expect_error_with_missing_attribute(:<%= attr %>) }
27
27
  xit { expect_error_with_attribute_value(:<%= attr %>, <%= attr.upcase %>_BAD_VALUE, message: nil) } # :message is optional
28
28
  xit { expect_valid_with_attribute_value(:<%= attr %>, <%= attr.upcase %>_GOOD_VALUE) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.8
4
+ version: 0.17.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Jackson