Sha256: e3fe871858c970f6af0a731704575b65003e77b84780cb549eb6e3b736194cab

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true
RSpec.shared_context 'form builder' do
  include FormtasticSpecHelper

  before do
    @output_buffer = ActionView::OutputBuffer.new ''
    mock_everything
  end

  after do
    ::I18n.backend.reload!
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formtastic-5.0.0 spec/support/shared_examples.rb