Sha256: e7dcafa71ad24aced8bab8d7d1a2a836682e00ee610db36e81716b6ecc86c32a

Contents?: true

Size: 747 Bytes

Versions: 87

Compression:

Stored size: 747 Bytes

Contents

require 'spec_helper'

describe "produce_types/new" do
  before(:each) do
    assign(:produce_type, stub_model(ProduceType,
      :name => "MyString",
      :display_name => "MyText",
      :note => "MyText",
      :position => 1
    ).as_new_record)
  end

  it "renders new produce_type form" do
    render

    # Run the generator again with the --webrat flag if you want to use webrat matchers
    assert_select "form", :action => produce_types_path, :method => "post" do
      assert_select "input#produce_type_name", :name => "produce_type[name]"
      assert_select "textarea#produce_type_display_name", :name => "produce_type[display_name]"
      assert_select "textarea#produce_type_note", :name => "produce_type[note]"
    end
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
enju_biblio-0.2.0.beta.3 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.2.0.beta.2 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.2.0.beta.1 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.3 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.2 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.1 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre71 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre70 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre69 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre68 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre67 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre66 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre65 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre64 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre63 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre62 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre61 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre60 spec/views/produce_types/new.html.erb_spec.rb
enju_biblio-0.1.0.pre59 spec/views/produce_types/new.html.erb_spec.rb