add siade token in spec helper

This commit is contained in:
Tanguy PATTE 2015-08-11 16:18:40 +02:00
parent 2d1fc7194a
commit f1f4f6f743

View file

@ -54,6 +54,8 @@ class ActiveRecord::Base
end
end
SIADETOKEN = :valid_token
include Warden::Test::Helpers
RSpec.configure do |config|