Sha256: abf341c2ac100a90eb9a1cf332336280e36bb0967ee5797ecc9e5f58094799a8
Contents?: true
Size: 346 Bytes
Versions: 10
Compression:
Stored size: 346 Bytes
Contents
require 'rails_helper' RSpec.describe "org_departments/edit", type: :view do before(:each) do @org_department = assign(:org_department, OrgDepartment.create!()) end it "renders the edit org_department form" do render assert_select "form[action=?][method=?]", org_department_path(@org_department), "post" do end end end
Version data entries
10 entries across 10 versions & 1 rubygems