Sha256: 19f78900704538ef56a4fb25fbb04342662f439c9b5f06b7e3c9ef08a4c84d47

Contents?: true

Size: 320 Bytes

Versions: 25

Compression:

Stored size: 320 Bytes

Contents

require 'rails_helper'

RSpec.describe "auth/images/edit", type: :view do
  before(:each) do
    @auth_image = assign(:auth_image, Auth::Image.create!())
  end

  it "renders the edit auth_image form" do
    render

    assert_select "form[action=?][method=?]", auth_image_path(@auth_image), "post" do
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.8 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.6 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.5 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.4 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.3 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.2 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.1 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.2.0 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.9 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.8 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.7 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.6 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.5 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.4 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.3 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.2 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.1 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.1.0 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.0.9 spec/views/auth/images/edit.html.erb_spec.rb
wordjelly-auth-1.0.8 spec/views/auth/images/edit.html.erb_spec.rb