Commit 7ee7ac7acd18a125ed6ca4513115c7f10d6190e0

Authored by Antonio Terceiro
1 parent 851115af

Require mocha explicitly

mocha is not loaded automatically during acceptance tests
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
test/noosfero_doc_test.rb
  1 +require 'mocha'
  2 +
1 3 module Noosfero::DocTest
2 4  
3 5 unless defined?(ROOT)
... ...