Exception: Quilt::ReactRenderable::DoNotIntegrationTestError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/quilt_rails/react_renderable.rb

Instance Method Summary collapse

Constructor Details

#initializeDoNotIntegrationTestError

Returns a new instance of DoNotIntegrationTestError.



55
56
57
58
59
# File 'lib/quilt_rails/react_renderable.rb', line 55

def initialize
  # rubocop:disable LineLength
  super "Do not try to use Rails integration tests on your quilt_rails app. Instead use Jest and @shopify/react-testing to test your React application directly."
  # rubocop:enable LineLength
end