assert_not_nil assigns(:events_by_day)
assert_select 'h3', :text => /#{3.days.ago.to_date.day}/
- assert_select 'dl dt.issue a', :text => /Can't print recipes/
+ assert_select 'dl dt.issue a', :text => /#{ESCAPED_UCANT} print recipes/
end
def test_global_index
d1 = User.find(1).time_to_date(i1.created_on)
assert_select 'h3', :text => /#{d1.day}/
- assert_select 'dl dt.issue a', :text => /Can't print recipes/
+ assert_select 'dl dt.issue a', :text => /#{ESCAPED_UCANT} print recipes/
end
def test_user_index_with_invalid_user_id_should_respond_404