Sha256: 245cc29998019d69b25393b1548c06f7b15060dc0113081b4b5b798a4c90d8e5

Contents?: true

Size: 253 Bytes

Versions: 55

Compression:

Stored size: 253 Bytes

Contents

require 'rails_helper'

RSpec.describe "worms/new", type: :view do
  before(:each) do
    assign(:worm, Worm.new())
  end

  it "renders new worm form" do
    render

    assert_select "form[action=?][method=?]", worms_path, "post" do
    end
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.9 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.8 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.7 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.6 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.5 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.4 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.3 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.2 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.1 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.5.0 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.9 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.8 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.7 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.6 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.5 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.4 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.3 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.2 spec/dummy/spec/views/worms/new.html.erb_spec.rb
wordjelly-auth-1.4.0 spec/dummy/spec/views/worms/new.html.erb_spec.rb