Use full paths to test_helper.rb for metric_fu/rcov to pick up

This commit is contained in:
Eric Davis 2011-11-03 19:43:20 -07:00
parent 9c8380667c
commit b160217299
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
require 'test_helper'
require File.expand_path('../../test_helper', __FILE__)
class HelpControllerTest < ActionController::TestCase
test "renders wiki_syntax properly" do

View File

@ -12,7 +12,7 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
require 'test_helper'
require File.expand_path('../../test_helper', __FILE__)
class LdapAuthSourcesControllerTest < ActionController::TestCase
fixtures :all

View File

@ -12,7 +12,7 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
require 'test_helper'
require File.expand_path('../../../test_helper', __FILE__)
class IssueMovesHelperTest < ActionView::TestCase
end