Commit f639512c396e744f35b0f95963f1450d5ce80549

Authored by AntonioTerceiro
1 parent db1d2a29

ActionItem8: assing a test controller in mocks so we can test functionality defi…

…ned in application controller



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@86 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
test/mocks/test/test_controller.rb 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +class TestController < ApplicationController
  2 +end
... ...