test/lib/vedeu/application/application_controller_test.rb in vedeu-0.4.61 vs test/lib/vedeu/application/application_controller_test.rb in vedeu-0.4.62
- old
+ new
@@ -5,10 +5,10 @@
describe ApplicationController do
let(:described) { Vedeu::ApplicationController }
let(:instance) { described.new }
- # @todo
+ # @todo Add more tests.
end # ApplicationController
end # Vedeu