Sha256: f60a830ffdb4b81bd0ad9b3812d7040e30cc53ef89eca6260106482b81dc0030
Contents?: true
Size: 267 Bytes
Versions: 10
Compression:
Stored size: 267 Bytes
Contents
require 'rails_helper' RSpec.describe "org_department_positions/show", type: :view do before(:each) do @org_department_position = assign(:org_department_position, OrgDepartmentPosition.create!()) end it "renders attributes in <p>" do render end end
Version data entries
10 entries across 10 versions & 1 rubygems