Commit
d58ef49a6265b0cdba93b19483259da998618158
Fix require of test helper
Showing
10 changed files
with
10 additions
and
10 deletions
Show diff stats
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class CmsControllerTest < ActionController::TestCase |
3
| class CmsControllerTest < ActionController::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class ContentViewerControllerTest < ActionController::TestCase |
3
| class ContentViewerControllerTest < ActionController::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class ProposalsDiscussionPluginMyprofileControllerTest < ActionController::TestCase |
3
| class ProposalsDiscussionPluginMyprofileControllerTest < ActionController::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class ProposalsDiscussionPluginProfileControllerTest < ActionController::TestCase |
3
| class ProposalsDiscussionPluginProfileControllerTest < ActionController::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class ProposalsDiscussionPluginPublicControllerTest < ActionController::TestCase |
3
| class ProposalsDiscussionPluginPublicControllerTest < ActionController::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../../../test/test_helper' |
1
| +require_relative '../../../test/test_helper' |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class DiscussionTest < ActiveSupport::TestCase |
3
| class DiscussionTest < ActiveSupport::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class ProposalTest < ActiveSupport::TestCase |
3
| class ProposalTest < ActiveSupport::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class ProposalsDiscussionPluginTest < ActiveSupport::TestCase |
3
| class ProposalsDiscussionPluginTest < ActiveSupport::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../test_helper' |
1
| +require_relative '../test_helper' |
2
| |
2
| |
3
| class TopicTest < ActiveSupport::TestCase |
3
| class TopicTest < ActiveSupport::TestCase |
4
| |
4
| |