Sha256: 5518fad4b3895cb645d89fc1dc40a670c03cf66185869c682a56b6d782278fca

Contents?: true

Size: 262 Bytes

Versions: 7

Compression:

Stored size: 262 Bytes

Contents

require 'test_helper'

class ProductsControllerTest < ActionController::TestCase
  context "on get to :index" do
    setup do
      get :index
    end
    should_respond_with :success
    should_assign_to :product_cols
    should_not_set_the_flash    
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 test/functional/products_controller_test.rb
spree-enriquez-0.9.4 test/functional/products_controller_test.rb
spree-0.9.4 test/functional/products_controller_test.rb
spree-0.9.3 test/functional/products_controller_test.rb
spree-0.9.2 test/functional/products_controller_test.rb
spree-0.9.1 test/functional/products_controller_test.rb
spree-0.9.0 test/functional/products_controller_test.rb