diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-17 12:38:59 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-26 16:32:21 -0400 |
commit | e33cbb9b4252e2617bcb4c3f850c47aae43e4d83 (patch) | |
tree | b335b89356875b8ce854e9514156996af66ed48a /spec/spec_helper.rb | |
parent | 884eb732977ee785c48a954542e8735cd572e1fe (diff) | |
download | gitlab-ce-e33cbb9b4252e2617bcb4c3f850c47aae43e4d83.tar.gz |
Add TreeController and spec
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d381b3f1e2e..4700c3fe9af 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -28,6 +28,7 @@ RSpec.configure do |config| config.include LoginHelpers, type: :request config.include GitoliteStub config.include FactoryGirl::Syntax::Methods + config.include Devise::TestHelpers, type: :controller # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false |