Sha256: f344018a3569c1a1acdbd8c177d12916452f221c1d70530843cdb1d5eb5eb759

Contents?: true

Size: 757 Bytes

Versions: 87

Compression:

Stored size: 757 Bytes

Contents

require 'spec_helper'

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

  it "renders the edit create_type form" do
    render

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