Guest User

Untitled

a guest
Jan 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. @business.stub_chain(:settings_group, :scheduling_frequency).and_return(30)
  3. s_id = Factory(:service_one).id
  4. @business.get_available_times_of_day(s_id, Date.new(2011, 4, 6)).
  5. should == [...]
Add Comment
Please, Sign In to add comment