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