Skip to content

Commit

Permalink
WIP translated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 8, 2025
1 parent 0e40ec0 commit f0acf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/admin/translated_record_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe '#translated_fields' do
subject do
builder.translated_fields { |t| template.concat(t.text_field(:name)) }
builder.translated_fields { |t| template.concat(t.text_field(:name)) }.to_s
end

let(:resource) do
Expand Down

0 comments on commit f0acf3e

Please sign in to comment.