Guest User

Untitled

a guest
Oct 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ##New additional blueprint to WorkUnit
  2. let(:site_settings) { SiteSettings.make }
  3.  
  4. ##New spec for WorkUnit
  5.  
  6. describe "#validate_client_internal" do
  7.  
  8. it "should not allow you to file CTO whent work_unit's client doesn't match internal client" do
  9. work_unit.update_attribute(:hours_type,"CTO")
  10. work_unit.hours_type.should_not == "CTO"
  11. end
  12. end
Add Comment
Please, Sign In to add comment