Use full paths to test_helper.rb for metric_fu/rcov to pick up
This commit is contained in:
parent
9c8380667c
commit
b160217299
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user