Add TreeController and spec

This commit is contained in:
Robert Speicher 2012-09-17 12:38:59 -04:00
parent 884eb73297
commit e33cbb9b42
4 changed files with 100 additions and 3 deletions

View file

@ -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