Sha256: 1f08a16a8a769a54c8cb5841d9cb79c62e9b89c3a14d11f47c748d4c5ed37421

Contents?: true

Size: 303 Bytes

Versions: 10

Compression:

Stored size: 303 Bytes

Contents

require 'spec_helper'

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

  it 'renders attributes in <p>' do
    render
    # Run the generator again with the --webrat flag if you want to use webrat matchers
  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/show.html.haml_spec.rb
intesys_asset_manager-1.2.3 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.2.2 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.2.1 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.2.0 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.1.3 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.1.2 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.1.1 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.1.0 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb
intesys_asset_manager-1.0.0 spec/views/asset_manager/asset_categories/show.html.haml_spec.rb