Sha256: 73f284139b12b0285457bd6a502036d967c8bbcc615533216356e7ad1c850e03

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

require 'test_helper'

module Workarea
  module Storefront
    class ProductsIntegrationTest < Workarea::IntegrationTest
      include Storefront::IntegrationTest

      def test_cyo_form_renders_with_image_upload_form
        assert_raise InvalidDisplay do
          get storefront.product_create_your_own_path(create_product(active: false))

          assert(response.ok?)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-image_decoration-1.0.0.pre test/integration/workarea/storefront/products_integration_test.rb