##// END OF EJS Templates
Test fails when run at the beginning of the day....
Jean-Philippe Lang -
r10898:d2785d680d0d
parent child
Show More
@@ -46,7 +46,7 class ActivitiesControllerTest < ActionController::TestCase
46 46 end
47 47
48 48 def test_previous_project_index
49 get :index, :id => 1, :from => 3.days.ago.to_date
49 get :index, :id => 1, :from => 2.days.ago.to_date
50 50 assert_response :success
51 51 assert_template 'index'
52 52 assert_not_nil assigns(:events_by_day)
General Comments 0
You need to be logged in to leave comments. Login now