tests: move test/helpers to test/test_helpers.
The Rails convention is for test/helpers to be used for testing the view helpers in app/helpers. We were using it to store certain utility methods instead. Move these to test/test_helpers so that test/helpers can be used for its intended purpose.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
require 'test_helper'
|
||||
require 'helpers/saved_search_test_helper'
|
||||
|
||||
class SavedSearchesControllerTest < ActionController::TestCase
|
||||
include SavedSearchTestHelper
|
||||
|
||||
context "The saved searches controller" do
|
||||
setup do
|
||||
@user = FactoryGirl.create(:user)
|
||||
|
||||
Reference in New Issue
Block a user