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