We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1079da9 commit f0fab50Copy full SHA for f0fab50
2 files changed
lib/secretariat/version.rb
@@ -15,5 +15,5 @@
15
=end
16
17
module Secretariat
18
- VERSION = "3.8.2"
+ VERSION = "3.8.1"
19
end
test/invoice_test.rb
@@ -492,7 +492,7 @@ def test_simple_eu_invoice_v2
492
assert_match(/<ram:ExemptionReason>Reverse Charge<\/ram:ExemptionReason>/, xml)
493
assert_match(/<ram:RateApplicablePercent>/, xml)
494
assert_match(%r{<ram:BuyerTradeParty>\s*<ram:ID>Kunde 4711</ram:ID>}, xml)
495
- assert_equal xml.include?('<ram:Reason>'), false
+ refute_match(/<ram:Reason>/, xml)
496
497
v = Validator.new(xml, version: 2)
498
errors = v.validate_against_schema
0 commit comments