Sha256: 6a22bd0654f5fb0b6e4aae42dfc4c90eec9639cd3b068b322c0c62cf6d06fc34
Contents?: true
Size: 388 Bytes
Versions: 10
Compression:
Stored size: 388 Bytes
Contents
require 'spec_helper' describe 'asset_categories/new' do before(:each) do assign(:asset_category, stub_model(AssetCategory).as_new_record) end it 'renders new asset_category form' do render # Run the generator again with the --webrat flag if you want to use webrat matchers assert_select 'form', action: asset_categories_path, method: 'post' do end end end
Version data entries
10 entries across 10 versions & 1 rubygems