add spec_helper to customers_controller_spec

This commit is contained in:
Maikel Linke
2015-06-05 14:25:45 +10:00
parent 7461009c3b
commit d6c630dad9

View File

@@ -1,3 +1,5 @@
require 'spec_helper'
describe Admin::CustomersController, type: :controller do
include AuthenticationWorkflow