Commit
57c595aa428324b955bd82dd950ae556f4b47e71
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
newsletter: Fix test helper import
1
| -require File.dirname(__FILE__) + '/../../../../test/test_helper' |
1
| +require 'test_helper' |
2
| |
2
| |
3
| class NewsletterPluginAdminControllerTest < ActionController::TestCase |
3
| class NewsletterPluginAdminControllerTest < ActionController::TestCase |
4
| |
4
| |
1
| -require File.dirname(__FILE__) + '/../../../../test/test_helper' |
1
| +require 'test_helper' |
2
| |
2
| |
3
| class NewsletterPluginControllerTest < ActionController::TestCase |
3
| class NewsletterPluginControllerTest < ActionController::TestCase |
4
| |
4
| |