require 'rails_helper' RSpec.describe "org_departments/show", type: :view do before(:each) do @org_department = assign(:org_department, OrgDepartment.create!()) end it "renders attributes in

" do render end end