Sha256: 76bedc436ada659de4ec9f571729778c5da2f148b71efafd41ef9c08feb24212
Contents?: true
Size: 316 Bytes
Versions: 22
Compression:
Stored size: 316 Bytes
Contents
require 'rails_helper' RSpec.describe "withdraws/edit", type: :view do before(:each) do @withdraw = assign(:withdraw, FactoryGirl.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
22 entries across 20 versions & 2 rubygems