Skip to content

Commit

Permalink
Merge 4d63f33 into ab3a5c0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Van der Jeugt committed Dec 10, 2014
2 parents ab3a5c0 + 4d63f33 commit 4103223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/event_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def setup
end

test "do statistics" do
date = "#{Time.zone.today}"
date = "#{registrations(:one).created_at.to_date}"
get :statistics, { id: 1 }
assert_response :success
assert assigns(:data) == [
Expand Down

0 comments on commit 4103223

Please sign in to comment.