Sha256: cc9a0953a3b7e7e26ffacce5ee6e399772aa90c7c6c4e03357d612ba540585a4

Contents?: true

Size: 770 Bytes

Versions: 87

Compression:

Stored size: 770 Bytes

Contents

require 'spec_helper'

describe "realize_types/edit" do
  before(:each) do
    @realize_type = assign(:realize_type, stub_model(RealizeType,
      :name => "MyString",
      :display_name => "MyText",
      :note => "MyText",
      :position => 1
    ))
  end

  it "renders the edit realize_type form" do
    render

    # Run the generator again with the --webrat flag if you want to use webrat matchers
    assert_select "form", :action => realize_types_path(@realize_type), :method => "post" do
      assert_select "input#realize_type_name", :name => "realize_type[name]"
      assert_select "textarea#realize_type_display_name", :name => "realize_type[display_name]"
      assert_select "textarea#realize_type_note", :name => "realize_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/realize_types/edit.html.erb_spec.rb
enju_biblio-0.2.0.beta.2 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.2.0.beta.1 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.3 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.2 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.1 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre71 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre70 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre69 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre68 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre67 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre66 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre65 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre64 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre63 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre62 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre61 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre60 spec/views/realize_types/edit.html.erb_spec.rb
enju_biblio-0.1.0.pre59 spec/views/realize_types/edit.html.erb_spec.rb