Sha256: 8c4df4d0ea0d6aa14dfa5ec160efedc2a44e947e3e0ece3289ed2fc56ae41fdc

Contents?: true

Size: 415 Bytes

Versions: 10

Compression:

Stored size: 415 Bytes

Contents

require 'spec_helper'

describe 'asset_categories/edit' do
  before(:each) do
    @asset_category = assign(:asset_category, stub_model(AssetCategory))
  end

  it 'renders the edit 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(@asset_category), method: 'post' do
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
intesys_asset_manager-1.2.4 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.2.3 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.2.2 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.2.1 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.2.0 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.1.3 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.1.2 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.1.1 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.1.0 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb
intesys_asset_manager-1.0.0 spec/views/asset_manager/asset_categories/edit.html.haml_spec.rb