Sha256: 729f76c0a26fbe19d8a361df0d6e375604c8660c52f5233ae1917e5c9554f52c

Contents?: true

Size: 993 Bytes

Versions: 19

Compression:

Stored size: 993 Bytes

Contents

require 'spec_helper'

<% output_attributes = attributes.reject{|attribute| [:datetime, :timestamp, :time, :date].index(attribute.type) } -%>
describe "/<%= table_name %>/index.<%= default_file_extension %>" do
  include <%= controller_class_name %>Helper

  before(:each) do
    assigns[:<%= table_name %>] = [
<% [1,2].each_with_index do |id, model_index| -%>
      stub_model(<%= class_name %><%= output_attributes.empty? ? (model_index == 1 ? ')' : '),') : ',' %>
<% output_attributes.each_with_index do |attribute, attribute_index| -%>
        :<%= attribute.name %> => <%= attribute.default_value %><%= attribute_index == output_attributes.length - 1 ? '' : ','%>
<% end -%>
<% if !output_attributes.empty? -%>
      <%= model_index == 1 ? ')' : '),' %>
<% end -%>
<% end -%>
    ]
  end

  it "renders a list of <%= table_name %>" do
    render
<% for attribute in output_attributes -%>
    response.should have_tag("tr>td", <%= attribute.default_value %>.to_s, 2)
<% end -%>
  end
end

Version data entries

19 entries across 19 versions & 7 rubygems

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/gems/rspec-rails-1.3.4/generators/rspec_scaffold/templates/index_erb_spec.rb
richzhou-rspec-rails-1.3.4 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-1.3.4 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-1.3.3 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-1.3.3.rc generators/rspec_scaffold/templates/index_erb_spec.rb
exception2db-0.0.1 test/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-w-factory_girl-1.3.2.1 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-w-factory_girl-1.3.2 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec_rails3_gen-0.2.2 lib/generators/rspec/scaffold/templates/index_erb_spec.rb
rspec_rails3_gen-0.2.0 lib/generators/rspec/scaffold/templates/index_erb_spec.rb
rspec-rails-1.3.2 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-1.3.1 generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-1.3.0 generators/rspec_scaffold/templates/index_erb_spec.rb
hubbub-0.0.11 lib/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb
hubbub-0.0.10 lib/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb
hubbub-0.0.9 lib/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb
hubbub-0.0.8 lib/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb
hubbub-0.0.6 lib/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb
rspec-rails-1.2.9 generators/rspec_scaffold/templates/index_erb_spec.rb