Sha256: e86f42d98b267d88106e5ac83ee1a8856656339b3b05db843067547c907b9740

Contents?: true

Size: 376 Bytes

Versions: 8

Compression:

Stored size: 376 Bytes

Contents

# frozen_string_literal: true

require "rails-controller-testing"

RSpec.configure do |config|
  %i[controller view request].each do |type|
    config.include ::Rails::Controller::Testing::TestProcess, type: type
    config.include ::Rails::Controller::Testing::TemplateAssertions, type: type
    config.include ::Rails::Controller::Testing::Integration, type: type
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 lib/archangel/testing_support/support/controller.rb
archangel-0.0.8 lib/archangel/testing_support/support/controller.rb
archangel-0.0.7 lib/archangel/testing_support/support/controller.rb
archangel-0.0.6 lib/archangel/testing_support/support/controller.rb
archangel-0.0.5 lib/archangel/testing_support/support/controller.rb
archangel-0.0.4 lib/archangel/testing_support/support/controller.rb
archangel-0.0.3 lib/archangel/testing_support/support/controller.rb
archangel-0.0.2 lib/archangel/testing_support/support/controller.rb