Sha256: 4189e9faabfba0eb481752a2fe469685f4bee9b9578f5d633672448687b09fe2
Contents?: true
Size: 315 Bytes
Versions: 23
Compression:
Stored size: 315 Bytes
Contents
require 'rails_helper' RSpec.describe "withdraws/edit", type: :view do before(:each) do @withdraw = assign(:withdraw, FactoryBot.create(:withdraw)) end it "renders the edit withdraw form" do render assert_select "form[action=?][method=?]", withdraw_path(@withdraw), "post" do end end end
Version data entries
23 entries across 23 versions & 1 rubygems