Sha256: 9f47af516c9fab3439fdf3ecf697aa4f44027c70257a7fe87e00b82efc3c5f77

Contents?: true

Size: 398 Bytes

Versions: 7

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

# https://github.com/rails/rails-controller-testing#rspec
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

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/tests/rspec/support/controller_testing.rb
kowl-0.0.6 lib/kowl/templates/tests/rspec/support/controller_testing.rb
kowl-0.0.5 lib/kowl/templates/tests/rspec/support/controller_testing.rb
kowl-0.0.4 lib/kowl/templates/tests/rspec/support/controller_testing.rb
kowl-0.0.3 lib/kowl/templates/tests/rspec/support/controller_testing.rb
kowl-0.0.2 lib/kowl/templates/tests/rspec/support/controller_testing.rb
kowl-0.0.1 lib/kowl/templates/tests/rspec/support/controller_testing.rb