markup_attributes 0.1.0 → 0.1.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33be231a62b86eab2452399c75467f0a9650a406
|
|
4
|
+
data.tar.gz: bc014fbb475c1aca3147ca5ef999ed3a27348d78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40bfa9cd5a1fecdaee681d5dd1e322739ffa8a103600992af90861dfa0b060c1fd6d5dfc733bb102ea842dd32a9bd6678a44d1dcdbed0a6b616240cf64a69331
|
|
7
|
+
data.tar.gz: 0077a69ddf4efe7ab69cafe804c71ede9bfc9f583c3608d456c94d3e437577fba165564ed35630c8ff9efd5e1ece4ae781878234eba31f4d9ac67f39fd7259e8
|
|
@@ -161,7 +161,6 @@ RSpec.describe MarkupAttributesHelper do
|
|
|
161
161
|
end
|
|
162
162
|
|
|
163
163
|
it 'retains markup options even while ActiveRecord reloads' do
|
|
164
|
-
byebug
|
|
165
164
|
record = SimpleModel.first
|
|
166
165
|
expect(record.body.markup_options).not_to be_nil
|
|
167
166
|
expect(record.summary.markup_options).not_to be_nil
|