Sha256: 2a4e9e17d1b2e769e1fbecead473705872a56f5595069af5f6e8661789a75349

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

# Define a bare test case to use with Capybara
class ActiveSupport::IntegrationCase < ActiveSupport::TestCase
  include Capybara::DSL
  include Rails.application.routes.url_helpers
  include Alondra::IntegrationHelper
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alondra-0.1.1 test/support/integration_test.rb
alondra-0.1.0 test/support/integration_test.rb
alondra-0.0.4 test/support/integration_test.rb
alondra-0.0.3 test/support/integration_test.rb